Skip to content

Commit

Permalink
fix: Added globe icon (#107)
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Li <frank.li@gluwa.com>
  • Loading branch information
frankli-dev and gaquarius authored Feb 20, 2024
1 parent 252c8e5 commit 936166c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/Community/Item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -153,6 +154,7 @@ export const Item = ({ item, actionable }: ItemProps) => {
window.open(website, '_blank');
}}
>
<FontAwesomeIcon icon={faGlobe} className="icon-left" />
<h4>{t('community.website')}</h4>
<FontAwesomeIcon
icon={faExternalLink}
Expand Down

0 comments on commit 936166c

Please # to comment.