From dcf1f40557d4c42671406b329e55bfed7ea50c1c Mon Sep 17 00:00:00 2001 From: Fuwn Date: Fri, 14 Feb 2025 01:56:58 -0800 Subject: feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays tool --- src/lib/Tools/HololiveBirthdays.svelte | 95 ---------------------------------- 1 file changed, 95 deletions(-) delete mode 100644 src/lib/Tools/HololiveBirthdays.svelte (limited to 'src/lib/Tools/HololiveBirthdays.svelte') diff --git a/src/lib/Tools/HololiveBirthdays.svelte b/src/lib/Tools/HololiveBirthdays.svelte deleted file mode 100644 index 68a591de..00000000 --- a/src/lib/Tools/HololiveBirthdays.svelte +++ /dev/null @@ -1,95 +0,0 @@ - - -

- - - -

- -{#if todaysBirthdays.length === 0} - -{:else} -
- {#each todaysBirthdays as birthday} - - {/each} -
-{/if} - - -- cgit v1.2.3