summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-02-28 13:03:16 -0500
committerDessalines <tyhou13@gmx.com>2020-02-28 13:03:16 -0500
commit70040e186e454499302a85d3ae0e4789866b030c (patch)
tree08f14c491a2760ecb2af18d2d29bd6aee5894a50 /ui/src/components/post-listing.tsx
parent3d649756eca377d20de0c47c9cc50d0d76d4b4ba (diff)
Adding thumbnail class.
Diffstat (limited to 'ui/src/components/post-listing.tsx')
-rw-r--r--ui/src/components/post-listing.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx
index 3e6e17eb..a7702158 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -286,7 +286,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
class="img-fluid img-expanded"
data={this.state.thumbnail}
>
- <svg class="icon rounded placeholder">
+ <svg class="icon thumbnail rounded placeholder">
<use xlinkHref="#icon-external-link"></use>
</svg>
</object>