Update post-listing.tsx
Removed unnecessary bootstrap class
This commit is contained in:
parent
fe1124ef7d
commit
353d4c7e39
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
|
||||||
{this.unreadCount && (
|
{this.unreadCount && (
|
||||||
<>
|
<>
|
||||||
{" "}
|
{" "}
|
||||||
<span className="text-muted fst-italic">
|
<span className="fst-italic">
|
||||||
({this.unreadCount} {I18NextService.i18n.t("new")})
|
({this.unreadCount} {I18NextService.i18n.t("new")})
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue