From 27ae980f4281deb7384e7e104c72c43a345e0f90 Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 6 Apr 2025 15:39:24 +0800 Subject: [PATCH] chore: update description --- README.md | 2 +- index.html | 4 ++-- package.json | 2 +- src/components/AboutInfoDialog/index.tsx | 2 +- vite.config.ts | 3 ++- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ead994b..cb670f2 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.html b/index.html index 77c42e6..8fbf728 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Jumble - +
Jumble
- A beautiful nostr client focused on browsing relay feeds + A user-friendly Nostr client focused on relay feed browsing and relay discovery
Made by diff --git a/vite.config.ts b/vite.config.ts index b9f5ea2..3e6aebe 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -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' } }) ]