From 820218e3e37630ae661b43bce2e65b59495cad0d Mon Sep 17 00:00:00 2001 From: frankli-dev <51565705+frankli-dev@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:54:10 -0700 Subject: [PATCH] fix: Added globe icon (#107) Co-authored-by: Frank Li --- 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')}