diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 8b89d138..c5463f9e 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -890,6 +890,13 @@ export default function Community() { }, ]; + const knowledgeSuggestions = [ + "Connect Supabase auth", + "Host a community event", + "Fix build pipeline errors", + "Publish a player guide", + ]; + const knowledgeBaseTopics = [ { id: "faq",