]> Untitled Git - lemmy-ui.git/commitdiff
Update post-listing.tsx
authorSleeplessOne1917 <abias1122@gmail.com>
Sun, 25 Jun 2023 19:13:27 +0000 (15:13 -0400)
committerGitHub <noreply@github.com>
Sun, 25 Jun 2023 19:13:27 +0000 (15:13 -0400)
Removed unnecessary bootstrap class

src/shared/components/post/post-listing.tsx

index e43590e58c54197973f8768fe90af77cb1887632..76a3e445b6e80ce68443bd1ae06549b95ee95237 100644 (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>
           </>