summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-27 15:00:41 -0500
committerDessalines <tyhou13@gmx.com>2020-02-27 15:00:41 -0500
commiteead117d6b54298f86daa161be752096113fa1a7 (patch)
tree0203686754ae9e3f47b86a2639ba5d0169fe93dc /ui/src/components/post-listing.tsx
parent862321aa3972d12d3d2ca2527c6aa573d078e99f (diff)
Fix image testing regex.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index ef1dfd60..8dbe1f48 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -187,7 +187,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
onClick={linkEvent(this, this.handleImageExpandClick)}
>
{this.imgThumbnail()}
- <svg class="icon rounded link-overlay hover-link">
+ <svg class="icon thumbnail rounded link-overlay hover-link">
<use xlinkHref="#icon-image"></use>
</svg>
</span>
@@ -199,7 +199,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
title={this.state.url}
>
{this.imgThumbnail()}
- <svg class="icon rounded link-overlay hover-link">
+ <svg class="icon thumbnail rounded link-overlay hover-link">
<use xlinkHref="#icon-external-link"></use>
</svg>
</a>