From 63d7ce29bd040cf3327c31a1dbcbc1c3abfd681b Mon Sep 17 00:00:00 2001 From: theBeardA <35360097+theBeardA@users.noreply.github.com> Date: Tue, 23 Dec 2025 00:24:20 +0500 Subject: [PATCH] add shutdown banner --- src/components/Navbar/index.tsx | 3 +- src/components/ShutdownBanner.tsx | 95 +++++++++++++++++++++++++++++++ src/layouts/BaseHtml.astro | 5 +- src/layouts/ElizaHtml.astro | 4 +- src/layouts/LandingPageHtml.astro | 6 +- 5 files changed, 109 insertions(+), 4 deletions(-) create mode 100644 src/components/ShutdownBanner.tsx diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 750ea0191..f858d2df1 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -382,12 +382,13 @@ export const Navbar: React.FC = ({ return (