From 78dfd371c7bf6196905e15a6a6272bf50b88a000 Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Sat, 21 Jun 2025 16:03:12 +0600 Subject: [PATCH] fix: Announcements toggle #571 Announcements toggle #571 --- src/ui/components/AnnouncementsButton.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ui/components/AnnouncementsButton.astro b/src/ui/components/AnnouncementsButton.astro index 3f0fdbae8..55d23cadc 100644 --- a/src/ui/components/AnnouncementsButton.astro +++ b/src/ui/components/AnnouncementsButton.astro @@ -18,7 +18,7 @@ const newestPost = posts.reduce( null as (typeof posts)[0] | null ); --- - +
@@ -99,4 +99,4 @@ const newestPost = posts.reduce( display: none; } } - \ No newline at end of file +