]> Untitled Git - lemmy.git/commitdiff
Upping title size again.
authorDessalines <tyhou13@gmx.com>
Mon, 19 Aug 2019 21:13:15 +0000 (14:13 -0700)
committerDessalines <tyhou13@gmx.com>
Mon, 19 Aug 2019 21:13:15 +0000 (14:13 -0700)
ui/src/components/post-listing.tsx

index d1acc46a61554a7209ed6f05a063ee655ac211ba..9330f7b9d4014cac9aa42cb00505947e4f018d4d 100644 (file)
@@ -73,12 +73,12 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
         }
         <div className="ml-4">
           <div className="post-title">
-            <h6 className="mb-0 d-inline">
+            <h5 className="mb-0 d-inline">
               {post.url ? 
               <a className="text-white" href={post.url} target="_blank" title={post.url}>{post.name}</a> : 
               <Link className="text-white" to={`/post/${post.id}`} title={i18n.t('comments')}>{post.name}</Link>
               }
-            </h6>
+            </h5>
             {post.url && 
               <small>
                 <a className="ml-2 text-muted font-italic" href={post.url} target="_blank" title={post.url}>{(new URL(post.url)).hostname}</a>