mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-06-05 18:21:28 +02:00
fix: lint
This commit is contained in:
@@ -9,7 +9,10 @@ interface GrimoireWelcomeProps {
|
|||||||
|
|
||||||
const EXAMPLE_COMMANDS = [
|
const EXAMPLE_COMMANDS = [
|
||||||
{ command: "nip 29", description: "View relay-based groups spec" },
|
{ 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: "req -k 1 -l 20", description: "Query recent notes" },
|
||||||
{ command: "nips", description: "Browse all NIPs" },
|
{ command: "nips", description: "Browse all NIPs" },
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user