summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-03 19:14:36 -0500
committerDessalines <tyhou13@gmx.com>2020-03-03 19:14:36 -0500
commit107005c4748845df7f54439731337b78bdefd900 (patch)
tree2647bee99e2595b461900967bc2dc99e6f1d69d0 /ui/src/components/post-listing.tsx
parent30165ebd15e560c4c4b00f6c6b7e1947f2652982 (diff)
Adding icon-plus and minus-square.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx8
1 files changed, 6 insertions, 2 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index 97d319d8..193c2a54 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -353,7 +353,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
data-tippy-content={i18n.t('expand_here')}
onClick={linkEvent(this, this.handleImageExpandClick)}
>
- [+]
+ <svg class="icon icon-inline">
+ <use xlinkHref="#icon-plus-square"></use>
+ </svg>
</span>
) : (
<span>
@@ -361,7 +363,9 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
class="text-monospace unselectable pointer ml-2 text-muted small"
onClick={linkEvent(this, this.handleImageExpandClick)}
>
- [-]
+ <svg class="icon icon-inline">
+ <use xlinkHref="#icon-minus-square"></use>
+ </svg>
</span>
<div>
<span