summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>