summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listing.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-04 09:37:19 -0500
committerDessalines <tyhou13@gmx.com>2020-03-04 09:37:19 -0500
commitd8bcfd7d44cd346727589515fdb314e45026c455 (patch)
tree05d7537187587dd368dc1798b1adfa33e07a4a34 /ui/src/components/post-listing.tsx
parent5b2383fa5050d30e5acf8399b78fd651ae0b4342 (diff)
Changing view source icon.
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 d702d78b..b6cb3f51 100644
--- a/ui/src/components/post-listing.tsx
+++ b/ui/src/components/post-listing.tsx
@@ -613,7 +613,7 @@ export class PostListing extends Component<PostListingProps, PostListingState> {
class={`icon icon-inline ${this.state
.viewSource && 'text-success'}`}
>
- <use xlinkHref="#icon-eye"></use>
+ <use xlinkHref="#icon-file-text"></use>
</svg>
</span>
</li>