From 2403e00adec9311db5c53480fa611bccec243e1f Mon Sep 17 00:00:00 2001
From: Toastie <toastie@toastiet0ast.com>
Date: Tue, 1 Apr 2025 10:01:05 +1300
Subject: [PATCH] Added alert that the site is going to be redone.

---
 src/components/widgets/Announcement.astro | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/components/widgets/Announcement.astro b/src/components/widgets/Announcement.astro
index 32d7d9e..4c39119 100644
--- a/src/components/widgets/Announcement.astro
+++ b/src/components/widgets/Announcement.astro
@@ -7,9 +7,9 @@
 >
   <span
     class="dark:bg-slate-700 bg-white/40 dark:text-slate-300 font-semibold px-1 py-0.5 text-xs mr-0.5 rtl:mr-0 rtl:ml-0.5 inline-block"
-    >NEW</span
+    >ALERT</span
   >
-  <a href="https://forum.dragonschildstudios.com" class="text-muted hover:underline dark:text-slate-400 font-medium"
-    >We have a forum.</a
+  <a href="https://dragonschildstudios.com" class="text-muted hover:underline dark:text-slate-400 font-medium"
+    >This site is soon going to be redone.</a
   >
 </div>