From 7d230dbe37456035e455669f681a0aa7ab5c9c42 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Mon, 10 Feb 2025 18:40:07 -0600 Subject: [PATCH] AI down warning --- frontend/src/routes/index.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/frontend/src/routes/index.tsx b/frontend/src/routes/index.tsx index d8f0b96f..f6368d7b 100644 --- a/frontend/src/routes/index.tsx +++ b/frontend/src/routes/index.tsx @@ -13,6 +13,8 @@ import { VerificationModal } from "@/components/VerificationModal"; import { TopNav } from "@/components/TopNav"; import { Marketing } from "@/components/Marketing"; import { Footer } from "@/components/Footer"; +import { AlertCircle } from "lucide-react"; +import { Alert, AlertDescription } from "@/components/ui/alert"; const homeVariants = cva("grid h-full w-full overflow-hidden", { variants: { @@ -95,6 +97,13 @@ function Index() { Private AI Chat + + + + Our AI is currently experiencing issues. We're working on bringing it back up + soon. + +