We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a0914 commit 084ce54Copy full SHA for 084ce54
1 file changed
frontend/src/components/blocks/communities-section.tsx
@@ -56,7 +56,7 @@ export const CommunitiesSection = ({ title, communities }: Props) => {
56
}
57
if (community.websiteUrl) {
58
socialLinks.push({
59
- icon: "website",
+ icon: "web",
60
link: community.websiteUrl,
61
});
62
0 commit comments