From e391330a7f0734a12497006b8179a57a62906354 Mon Sep 17 00:00:00 2001 From: Leander Furumo Date: Wed, 2 Jul 2025 23:05:12 +0200 Subject: [PATCH] remove today component MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Petter Sæterøy --- src/components/Today.astro | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/components/Today.astro diff --git a/src/components/Today.astro b/src/components/Today.astro deleted file mode 100644 index 45a4f9f..0000000 --- a/src/components/Today.astro +++ /dev/null @@ -1,6 +0,0 @@ ---- -const currentDate = new Date().toLocaleDateString(); ---- -
-

{currentDate}

-
\ No newline at end of file