From: Dessalines Date: Sat, 15 Feb 2020 03:28:29 +0000 (-0500) Subject: Adding an external link icon. #530 X-Git-Url: http://these/git/?a=commitdiff_plain;h=845c2b70a5edba71bef4bd6be48f71a214241c17;p=lemmy.git Adding an external link icon. #530 --- diff --git a/ui/src/components/post-listing.tsx b/ui/src/components/post-listing.tsx index 4dea4d86..1b8042f8 100644 --- a/ui/src/components/post-listing.tsx +++ b/ui/src/components/post-listing.tsx @@ -188,6 +188,9 @@ export class PostListing extends Component { title={post.url} > {new URL(post.url).hostname} + + + )} diff --git a/ui/src/components/symbols.tsx b/ui/src/components/symbols.tsx index 829201e4..0870efd7 100644 --- a/ui/src/components/symbols.tsx +++ b/ui/src/components/symbols.tsx @@ -15,6 +15,10 @@ export class Symbols extends Component { xmlnsXlink="http://www.w3.org/1999/xlink" > + + external-link + + coffee1