From be08352cfdef1d1e9a3f2de8fa28aad8767aeeec Mon Sep 17 00:00:00 2001 From: Dessalines Date: Sat, 20 Apr 2019 12:04:17 -0700 Subject: [PATCH] Links from posts open in new tab. - Fixes #88 --- ui/src/components/post-listing.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 7103a8cf..8803d629 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -65,7 +65,7 @@ export class PostListing extends Component {
{post.url ?
-
{post.name} +
{post.name} {post.removed && removed }