Skip to content

Commit

Permalink
banner fix (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
maamalama committed Sep 19, 2024
1 parent c0bb11d commit a7b2292
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion bifrost/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ 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.
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">
Expand Down
3 changes: 2 additions & 1 deletion web/pages/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ const SignIn = ({
>
<div>
<div className="bg-blue-200 text-blue-800 p-4 text-center">
Scheduled maintenance: We will be back in 10 minutes.
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) => {
Expand Down
3 changes: 2 additions & 1 deletion web/pages/signup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ const SignUp = () => {
>
{demo === "true" && <InfoBanner />}
<div className="bg-blue-200 text-blue-800 p-4 text-center">
Scheduled maintenance: We will be back in 10 minutes.
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) => {
Expand Down

0 comments on commit a7b2292

Please sign in to comment.