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={} /> + } + />