fix: various

This commit is contained in:
2023-10-18 14:59:14 +01:00
parent 98c3d901ae
commit c0bfe376ed
3 changed files with 2 additions and 6 deletions

View File

@ -44,7 +44,7 @@ export function LiveEvent({ ev }: { ev: NostrEvent }) {
}
function cta() {
const link = `https://zap.stream/${NostrLink.fromEvent(ev).encode(CONFIG.eventLinkPrefix)}`;
const link = `https://zap.stream/${NostrLink.fromEvent(ev).encode()}`;
switch (status) {
case "live": {
return (