Skip to content

Commit

Permalink
Banner remove (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama committed Sep 19, 2024
1 parent a7b2292 commit d0fec42
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
4 changes: 0 additions & 4 deletions bifrost/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ import Link from "next/link";
export default function Home() {
return (
<>
<div className="bg-blue-200 text-blue-800 p-4 text-center">
Scheduled Maintenance: 10-min downtime (11:30-11:40 AM PST); no logs
will be lost, processed with slight delay.
</div>
<main className="flex min-h-screen flex-col items-center justify-between text-black px-[12px] pt-[24px] pb-[24px]">
<div className="flex flex-col items-center justify-between max-w-6xl mx-auto">
<header className="text-center flex flex-col space-y-4 pb-[32px] md:pb-40 pt-8 md:pt-12 max-w-6xl mx-auto ">
Expand Down
4 changes: 0 additions & 4 deletions web/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,6 @@ const SignIn = ({
ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"}
>
<div>
<div className="bg-blue-200 text-blue-800 p-4 text-center">
Scheduled Maintenance: 10-min downtime (11:30-11:40 AM PST); no logs
will be lost, processed with slight delay.
</div>
<AuthForm
handleEmailSubmit={async (email: string, password: string) => {
const { data, error } = await supabase.auth.signInWithPassword({
Expand Down
5 changes: 1 addition & 4 deletions web/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ const SignUp = () => {
ogImageUrl={"https://www.helicone.ai/static/helicone-og.webp"}
>
{demo === "true" && <InfoBanner />}
<div className="bg-blue-200 text-blue-800 p-4 text-center">
Scheduled Maintenance: 10-min downtime (11:30-11:40 AM PST); no logs
will be lost, processed with slight delay.
</div>

<AuthForm
handleEmailSubmit={async (email: string, password: string) => {
const origin = window.location.origin;
Expand Down

0 comments on commit d0fec42

Please sign in to comment.