]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/community/community-link.tsx
component classes v2
[lemmy-ui.git] / src / shared / components / community / community-link.tsx
index 23d52ae654c2426d01e4b41ab1e36fb755a936f3..4f45a2b59c9ed0dfc55074b93416ccb68739dcc1 100644 (file)
@@ -37,7 +37,7 @@ export class CommunityLink extends Component<CommunityLinkProps, any> {
     return !this.props.realLink ? (
       <Link
         title={apubName}
-        className={`${this.props.muted ? "text-muted" : ""}`}
+        className={`community-link ${this.props.muted ? "text-muted" : ""}`}
         to={link}
       >
         {this.avatarAndName(displayName)}
@@ -45,7 +45,7 @@ export class CommunityLink extends Component<CommunityLinkProps, any> {
     ) : (
       <a
         title={apubName}
-        className={`${this.props.muted ? "text-muted" : ""}`}
+        className={`community-link ${this.props.muted ? "text-muted" : ""}`}
         href={link}
         rel={relTags}
       >