Skip to content

Commit 084ce54

Browse files
committed
fix typo
1 parent 66a0914 commit 084ce54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/blocks/communities-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export const CommunitiesSection = ({ title, communities }: Props) => {
5656
}
5757
if (community.websiteUrl) {
5858
socialLinks.push({
59-
icon: "website",
59+
icon: "web",
6060
link: community.websiteUrl,
6161
});
6262
}

0 commit comments

Comments
 (0)