From 5300d87d53de6cf2a00738270e29cdd9b0ddd31d Mon Sep 17 00:00:00 2001 From: Alejandro Date: Sat, 17 Jan 2026 20:47:39 +0100 Subject: [PATCH] feat: Add Grimoire welcome chat to suggested commands (#125) Add "chat groups.0xchat.com'NkeVhXuWHGKKJCpn" as the first suggested command on the welcome screen to help new users discover and join the Grimoire community chat. Co-authored-by: Claude --- src/components/GrimoireWelcome.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/GrimoireWelcome.tsx b/src/components/GrimoireWelcome.tsx index 9c1d923..db6097c 100644 --- a/src/components/GrimoireWelcome.tsx +++ b/src/components/GrimoireWelcome.tsx @@ -8,6 +8,10 @@ interface GrimoireWelcomeProps { } const EXAMPLE_COMMANDS = [ + { + command: "chat groups.0xchat.com'NkeVhXuWHGKKJCpn", + description: "Join the Grimoire welcome chat", + }, { command: "nip 29", description: "View relay-based groups spec" }, { command: "profile fiatjaf.com",