From 266306afda4e4b16360747bd2ebe1e2557de718f Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 5 Aug 2025 23:30:29 +0000 Subject: [PATCH] Replace Discord icon usage with MessageSquare in platforms array cgen-d70779a6eadb4e378edd9f6eb678cf0f --- client/pages/Community.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 62cb4d05..28b7e4b4 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -40,7 +40,7 @@ export default function Community() { { name: "Discord Server", description: "Real-time chat with developers and get instant help", - icon: Discord, + icon: MessageSquare, members: "15K+ members", activity: "500+ daily active", link: "/discord",