mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-25 13:51:13 +00:00
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 && (
|
||||
<>
|
||||
{" "}
|
||||
<span className="text-muted fst-italic">
|
||||
<span className="fst-italic">
|
||||
({this.unreadCount} {I18NextService.i18n.t("new")})
|
||||
</span>
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue