]> Untitled Git - lemmy-ui.git/blobdiff - src/shared/components/community/community.tsx
Merge branch 'main' into fix/fix-badges-spacing-componentize
[lemmy-ui.git] / src / shared / components / community / community.tsx
index 879db3e3920d0d36853f0a12a01b66b460286bb0..c00380ab2db9ff1b1258cadde8bd0f25a6d2efb8 100644 (file)
@@ -485,7 +485,7 @@ export class Community extends Component<
       community && (
         <div className="mb-2">
           <BannerIconHeader banner={community.banner} icon={community.icon} />
-          <h5 className="mb-0 overflow-wrap-anywhere">{community.title}</h5>
+          <h1 className="h4 mb-0 overflow-wrap-anywhere">{community.title}</h1>
           <CommunityLink
             community={community}
             realLink