From 93d0ae2ae671d547bbcd7fe3fd6633519bfcfe14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20G=C3=B3mez?= Date: Mon, 22 Dec 2025 22:40:43 +0100 Subject: [PATCH] fix: lint --- src/components/GrimoireWelcome.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/components/GrimoireWelcome.tsx b/src/components/GrimoireWelcome.tsx index ffe6efa..e4c89af 100644 --- a/src/components/GrimoireWelcome.tsx +++ b/src/components/GrimoireWelcome.tsx @@ -9,7 +9,10 @@ interface GrimoireWelcomeProps { const EXAMPLE_COMMANDS = [ { command: "nip 29", description: "View relay-based groups spec" }, - { command: "profile verbiricha@habla.news", description: "Explore a Nostr profile" }, + { + command: "profile verbiricha@habla.news", + description: "Explore a Nostr profile", + }, { command: "req -k 1 -l 20", description: "Query recent notes" }, { command: "nips", description: "Browse all NIPs" }, ];