theme and branding

This commit is contained in:
sakrecoer 2026-04-08 21:01:08 +02:00
parent 7bfc3ed900
commit 6d00aa8e0a
5 changed files with 16 additions and 16 deletions

View file

@ -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)

View file

@ -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%;

View file

@ -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,