Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Banner remove #2666

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading