From c04acd08e694924a0e3315e2a2bfb41b3553bd2e Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 8 Nov 2025 02:55:09 +0000 Subject: [PATCH] completionId: cgen-0a28c3c2f9984531a6255d6119019b1d cgen-0a28c3c2f9984531a6255d6119019b1d --- client/components/creator-network/ArmFilter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/components/creator-network/ArmFilter.tsx b/client/components/creator-network/ArmFilter.tsx index 1af43447..f38660ad 100644 --- a/client/components/creator-network/ArmFilter.tsx +++ b/client/components/creator-network/ArmFilter.tsx @@ -7,7 +7,7 @@ const ARMS = [ { id: "gameforge", label: "GameForge", icon: "🎮", color: "text-green-300" }, { id: "corp", label: "Corp", icon: "💼", color: "text-blue-300" }, { id: "foundation", label: "Foundation", icon: "🎓", color: "text-red-300" }, - { id: "devlink", label: "Dev-Link", icon: "🔗", color: "text-cyan-300" }, + { id: "nexus", label: "Nexus", icon: "✨", color: "text-purple-300" }, ]; export interface ArmFilterProps {