From dee83496e9dddd27bbc1e88fb848067e3e39e9a8 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 8 Jan 2024 13:49:09 -0800 Subject: feat(schedule): move crunchyroll to card above --- src/lib/Tools/Schedule/Crunchyroll.svelte | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/lib/Tools/Schedule/Crunchyroll.svelte') diff --git a/src/lib/Tools/Schedule/Crunchyroll.svelte b/src/lib/Tools/Schedule/Crunchyroll.svelte index 1ea9b870..68a73202 100644 --- a/src/lib/Tools/Schedule/Crunchyroll.svelte +++ b/src/lib/Tools/Schedule/Crunchyroll.svelte @@ -42,10 +42,6 @@ }; -

- -

Crunchyroll Release Calender

-
{#each Object.values(days) as day} {@const date = new Date(day[0].year, day[0].month - 1, day[0].day)} @@ -77,6 +73,8 @@ {/each} + +

-- cgit v1.2.3