chore: update description

This commit is contained in:
codytseng
2025-04-06 15:39:24 +08:00
parent cd00e5989b
commit 27ae980f42
5 changed files with 7 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
# Jumble
A beautiful nostr client focused on browsing relay feeds
A user-friendly Nostr client focused on relay feed browsing and relay discovery
## Features

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>Jumble</title>
<meta name="description" content="A beautiful nostr client focused on browsing relay feeds" />
<meta name="description" content="A user-friendly Nostr client focused on relay feed browsing and relay discovery" />
<meta
name="keywords"
content="jumble, nostr, web, client, relay, feed, social, pwa, simple, clean"
@@ -23,7 +23,7 @@
<meta property="og:title" content="Jumble" />
<meta
property="og:description"
content="A beautiful nostr client focused on browsing relay feeds"
content="A user-friendly Nostr client focused on relay feed browsing and relay discovery"
/>
<meta
property="og:image"

View File

@@ -1,7 +1,7 @@
{
"name": "jumble",
"version": "0.1.0",
"description": "A beautiful nostr client focused on browsing relay feeds",
"description": "A user-friendly Nostr client focused on relay feed browsing and relay discovery",
"private": true,
"type": "module",
"author": "codytseng",

View File

@@ -13,7 +13,7 @@ export default function AboutInfoDialog({ children }: { children: React.ReactNod
<>
<div className="text-xl font-semibold">Jumble</div>
<div className="text-muted-foreground">
A beautiful nostr client focused on browsing relay feeds
A user-friendly Nostr client focused on relay feed browsing and relay discovery
</div>
<div>
Made by <Username userId={CODY_PUBKEY} className="inline-block text-primary" showAt />

View File

@@ -61,7 +61,8 @@ export default defineConfig({
display: 'standalone',
background_color: '#FFFFFF',
theme_color: '#FFFFFF',
description: 'A beautiful nostr client focused on browsing relay feeds'
description:
'A user-friendly Nostr client focused on relay feed browsing and relay discovery'
}
})
]