diff --git a/index.html b/index.html index 8677d1e..9e3c8c8 100644 --- a/index.html +++ b/index.html @@ -4,29 +4,29 @@ - Jumble - + Bpistle + - + - + - + - + diff --git a/src/components/RelayInfo/index.tsx b/src/components/RelayInfo/index.tsx index 0764117..ca18caf 100644 --- a/src/components/RelayInfo/index.tsx +++ b/src/components/RelayInfo/index.tsx @@ -148,7 +148,7 @@ function RelayControls({ url }: { url: string }) { } const handleCopyShareableUrl = () => { - navigator.clipboard.writeText(`https://jumble.social/?r=${url}`) + navigator.clipboard.writeText(`https://nostr.basspistol.org/?r=${url}`) setCopiedShareableUrl(true) toast.success('Shareable URL copied to clipboard') setTimeout(() => setCopiedShareableUrl(false), 2000) diff --git a/src/index.css b/src/index.css index 7f5901a..07b6650 100644 --- a/src/index.css +++ b/src/index.css @@ -133,12 +133,12 @@ --radius: 0.75rem; } .dark { - --surface-background: 240 10% 3.9%; - --background: 0 0% 9%; + --surface-background: 276, 61.404%, 9%; + --background: 276, 61.404%, 11.176%; --foreground: 0 0% 98%; - --card: 0 0% 12%; + --card: 276, 61.404%, 10%; --card-foreground: 0 0% 98%; - --popover: 0 0% 12%; + --popover: 276, 61.404%, 10%; --popover-foreground: 0 0% 98%; --primary: 259 43% 56%; --primary-hover: 259 43% 65%; diff --git a/src/lib/link.ts b/src/lib/link.ts index c7c868d..c84b2a5 100644 --- a/src/lib/link.ts +++ b/src/lib/link.ts @@ -9,7 +9,7 @@ export const toNote = (eventOrId: Event | string) => { return `/notes/${nevent}` } export const toJumbleNote = (eventOrId: Event | string) => { - return `https://jumble.social${toNote(eventOrId)}` + return `https://nostr.basspistol.org${toNote(eventOrId)}` } export const toNoteList = ({ hashtag, diff --git a/vite.config.ts b/vite.config.ts index 18130c3..a81cdfa 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -59,8 +59,8 @@ export default defineConfig(({ mode }) => { enabled: true }, manifest: { - name: 'Jumble', - short_name: 'Jumble', + name: 'Bpistle', + short_name: 'Bpistle', icons: [ { src: '/pwa-512x512.png',