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

@ -31,7 +31,7 @@ export function VideoTile({
ev.pubkey
);
return (
<Link to={`/live/${link}`} className="video-tile" ref={ref}>
<Link to={`/${link}`} className="video-tile" ref={ref}>
<div
style={{
backgroundImage: `url(${inView ? image : ""})`,