From: Dessalines Date: Mon, 19 Aug 2019 21:13:15 +0000 (-0700) Subject: Upping title size again. X-Git-Url: http://these/git/readmes/%7B%60%24%7BarchiveTodayUrl%7D/%24%7Bk%5B1%5D.custom_emoji.image_url%7D?a=commitdiff_plain;h=70354d6e10e9a19d20fcacfa52cb50fbe1f2dd44;p=lemmy.git Upping title size again. --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d1acc46a..9330f7b9 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -73,12 +73,12 @@ export class PostListing extends Component { }
-
+
{post.url ? {post.name} : {post.name} } -
+ {post.url && {(new URL(post.url)).hostname}