fix: lint

This commit is contained in:
Alejandro Gómez
2025-12-22 22:40:43 +01:00
parent 13c4483f4f
commit 93d0ae2ae6

View File

@@ -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" },
];