chore: update description
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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'
|
||||
}
|
||||
})
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user