From: Dessalines Date: Mon, 19 Aug 2019 22:32:32 +0000 (-0700) Subject: Try changing votes to buttons. X-Git-Url: http://these/git/?a=commitdiff_plain;h=1fe8ecaf7aa503d424b6a346314ee79d8cf5b7d4;p=lemmy.git Try changing votes to buttons. --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 9330f7b9..bb6f2cec 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) &&