theme and branding
This commit is contained in:
parent
7bfc3ed900
commit
6d00aa8e0a
5 changed files with 16 additions and 16 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue