From 51a53b38691509e32ef6e6a3f8142f4513df8c73 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 12 Sep 2020 14:22:34 -0500 Subject: [PATCH] =?UTF-8?q?feat(web):=20=E2=9C=A8=20show=20onionUrl=20if?= =?UTF-8?q?=20exists=20in=20info=20drawer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ref #697 --- web/src/components/listInfoDrawer/ListInfoDrawer.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/src/components/listInfoDrawer/ListInfoDrawer.tsx b/web/src/components/listInfoDrawer/ListInfoDrawer.tsx index d1d0d796b..ce003dec9 100644 --- a/web/src/components/listInfoDrawer/ListInfoDrawer.tsx +++ b/web/src/components/listInfoDrawer/ListInfoDrawer.tsx @@ -6,6 +6,7 @@ import { FileExclamationOutlined, FormOutlined, GithubOutlined, + GlobalOutlined, HomeOutlined, MailOutlined, MessageOutlined, @@ -120,6 +121,12 @@ export const ListInfoDrawer = (props: RouteComponentProps & Props) => { title={`View ${list.name}'s homepage.`} icon={} /> + } + />