diff --git a/bifrost/app/page.tsx b/bifrost/app/page.tsx index 5a4886af54..4f63423fea 100644 --- a/bifrost/app/page.tsx +++ b/bifrost/app/page.tsx @@ -18,6 +18,9 @@ import Link from "next/link"; export default function Home() { return ( <> +
+ Scheduled maintenance: We will be back in 10 minutes. +
diff --git a/web/pages/signin.tsx b/web/pages/signin.tsx index 3a97507690..52df4474b8 100644 --- a/web/pages/signin.tsx +++ b/web/pages/signin.tsx @@ -60,6 +60,9 @@ const SignIn = ({ ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"} >
+
+ Scheduled maintenance: We will be back in 10 minutes. +
{ const { data, error } = await supabase.auth.signInWithPassword({ diff --git a/web/pages/signup.tsx b/web/pages/signup.tsx index 3baec5114e..c57af13a13 100644 --- a/web/pages/signup.tsx +++ b/web/pages/signup.tsx @@ -38,6 +38,9 @@ const SignUp = () => { ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"} > {demo === "true" && } +
+ Scheduled maintenance: We will be back in 10 minutes. +
{ const origin = window.location.origin;