From 48274f66c5ce66a1bfc0c6f9eea96778111dd000 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 22 Jul 2019 20:15:00 -0700 Subject: Maybe #183 --- ui/src/components/comment-node.tsx | 4 ++-- ui/src/components/post-listing.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/src/components/comment-node.tsx b/ui/src/components/comment-node.tsx index aa7dfbe3..a201ddd6 100644 --- a/ui/src/components/comment-node.tsx +++ b/ui/src/components/comment-node.tsx @@ -61,11 +61,11 @@ export class CommentNode extends Component {
- +
{node.comment.score}
- +
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 0fec5ceb..6727dd09 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -59,11 +59,11 @@ export class PostListing extends Component {
- +
{post.score}
- +
{post.url && isImage(post.url) && @@ -94,10 +94,10 @@ export class PostListing extends Component { { post.url && isImage(post.url) && <> { !this.state.imageExpanded - ? + + ? [+] : - - + [-]
-- cgit v1.2.3