From e93e7794c1e290d985c515a1285a1d84100985ca Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 14 Jan 2026 08:38:46 +0000 Subject: [PATCH] Update profile example from verbiricha@habla.news to fiatjaf.com --- src/components/GrimoireWelcome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/GrimoireWelcome.tsx b/src/components/GrimoireWelcome.tsx index e4c89af..9c1d923 100644 --- a/src/components/GrimoireWelcome.tsx +++ b/src/components/GrimoireWelcome.tsx @@ -10,7 +10,7 @@ interface GrimoireWelcomeProps { const EXAMPLE_COMMANDS = [ { command: "nip 29", description: "View relay-based groups spec" }, { - command: "profile verbiricha@habla.news", + command: "profile fiatjaf.com", description: "Explore a Nostr profile", }, { command: "req -k 1 -l 20", description: "Query recent notes" },