From b22e570392b4f342b9b682af273639ac06c92300 Mon Sep 17 00:00:00 2001 From: maamalama Date: Thu, 19 Sep 2024 11:45:31 -0700 Subject: [PATCH 1/2] remove banner --- bifrost/app/page.tsx | 4 ---- web/pages/signin.tsx | 4 ---- 2 files changed, 8 deletions(-) diff --git a/bifrost/app/page.tsx b/bifrost/app/page.tsx index d3d022800a..5a4886af54 100644 --- a/bifrost/app/page.tsx +++ b/bifrost/app/page.tsx @@ -18,10 +18,6 @@ import Link from "next/link"; export default function Home() { return ( <> -
- Scheduled Maintenance: 10-min downtime (11:30-11:40 AM PST); no logs - will be lost, processed with slight delay. -
diff --git a/web/pages/signin.tsx b/web/pages/signin.tsx index 47c9a7c9ef..3a97507690 100644 --- a/web/pages/signin.tsx +++ b/web/pages/signin.tsx @@ -60,10 +60,6 @@ const SignIn = ({ ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"} >
-
- Scheduled Maintenance: 10-min downtime (11:30-11:40 AM PST); no logs - will be lost, processed with slight delay. -
{ const { data, error } = await supabase.auth.signInWithPassword({ From 0a7641263a935ba0f9907df8817ceea772b16c10 Mon Sep 17 00:00:00 2001 From: maamalama Date: Thu, 19 Sep 2024 11:45:37 -0700 Subject: [PATCH 2/2] fix --- web/pages/signup.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/web/pages/signup.tsx b/web/pages/signup.tsx index 53eb94f424..c4472a622d 100644 --- a/web/pages/signup.tsx +++ b/web/pages/signup.tsx @@ -38,10 +38,7 @@ const SignUp = () => { ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"} > {demo === "true" && } -
- Scheduled Maintenance: 10-min downtime (11:30-11:40 AM PST); no logs - will be lost, processed with slight delay. -
+ { const origin = window.location.origin;