From 752ed6a56716dc66d75d5e9c9fab8827c64c3d11 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 18 Feb 2024 05:56:20 -0800 Subject: feat(stream): avatars --- src/lib/Hololive/Lives.svelte | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lib/Hololive/Lives.svelte') diff --git a/src/lib/Hololive/Lives.svelte b/src/lib/Hololive/Lives.svelte index ca263c56..25d5b0dd 100644 --- a/src/lib/Hololive/Lives.svelte +++ b/src/lib/Hololive/Lives.svelte @@ -62,7 +62,7 @@
{#each categorisedStreams.live as live} - + {/each}
@@ -70,7 +70,7 @@
{#each categorisedStreams.upcoming as live} - + {/each}
@@ -78,7 +78,7 @@
{#each categorisedStreams.ended as live} - + {/each}
-- cgit v1.2.3