Skip to content

Commit

Permalink
maintenance (#2664)
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama committed Sep 19, 2024
1 parent 250169f commit c0bb11d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bifrost/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ import Link from "next/link";
export default function Home() {
return (
<>
<div className="bg-blue-200 text-blue-800 p-4 text-center">
Scheduled maintenance: We will be back in 10 minutes.
</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
3 changes: 3 additions & 0 deletions web/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ 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: We will be back in 10 minutes.
</div>
<AuthForm
handleEmailSubmit={async (email: string, password: string) => {
const { data, error } = await supabase.auth.signInWithPassword({
Expand Down
3 changes: 3 additions & 0 deletions web/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ 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: We will be back in 10 minutes.
</div>
<AuthForm
handleEmailSubmit={async (email: string, password: string) => {
const origin = window.location.origin;
Expand Down

0 comments on commit c0bb11d

Please sign in to comment.