From 70354d6e10e9a19d20fcacfa52cb50fbe1f2dd44 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 19 Aug 2019 14:13:15 -0700 Subject: [PATCH] Upping title size again. --- ui/src/components/post-listing.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index d1acc46a6..9330f7b9d 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}