mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-09 23:16:50 +02:00
fix: lint
This commit is contained in:
@@ -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" },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user