Nostr streaming provider topup

This commit is contained in:
2023-07-04 14:12:49 +01:00
parent 7cc613646c
commit 552a6744a8
9 changed files with 148 additions and 65 deletions

View File

@ -77,7 +77,7 @@ export function ProfilePage() {
liveEvent.kind,
liveEvent.pubkey
);
navigate(`/live/${naddr}`);
navigate(`/${naddr}`);
}
}