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

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