From 0231d4478551db3fa4a907d74ec7f8945c16f20c Mon Sep 17 00:00:00 2001 From: Frank Li Date: Tue, 20 Feb 2024 05:47:05 -0700 Subject: [PATCH] fix: Added globe icon --- src/pages/Community/Item.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/Community/Item.tsx b/src/pages/Community/Item.tsx index 72120bbcb..ed83fbd19 100644 --- a/src/pages/Community/Item.tsx +++ b/src/pages/Community/Item.tsx @@ -5,6 +5,7 @@ import { faXTwitter } from '@fortawesome/free-brands-svg-icons'; import { faEnvelope, faExternalLink, + faGlobe, faServer, } from '@fortawesome/free-solid-svg-icons'; import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; @@ -153,6 +154,7 @@ export const Item = ({ item, actionable }: ItemProps) => { window.open(website, '_blank'); }} > +

{t('community.website')}