Update post-listing.tsx

Removed unnecessary bootstrap class
This commit is contained in:
SleeplessOne1917 2023-06-25 15:13:27 -04:00 committed by GitHub
parent fe1124ef7d
commit 353d4c7e39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>
</>