From 1fe8ecaf7aa503d424b6a346314ee79d8cf5b7d4 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 19 Aug 2019 15:32:32 -0700 Subject: [PATCH] Try changing votes to buttons. --- ui/src/components/post-listing.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 9330f7b9d..bb6f2cece 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -60,13 +60,13 @@ export class PostListing extends Component { return (
-
- -
+
{post.score}
-
- -
+
{post.url && isImage(post.url) &&