Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
shrir committed Jan 9, 2025
1 parent 56edadf commit 5381337
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/app/(auth)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ export default function AuthenticationPage() {
messageType === "error"
? "border-border bg-card"
: messageType === "reset"
? "border-border bg-card"
: "border-border bg-card"
? "border-border bg-card"
: "border-border bg-card"
}`}
>
{" "}
Expand Down Expand Up @@ -201,8 +201,8 @@ export default function AuthenticationPage() {
messageType === "error"
? "border-rose-200 bg-rose-50"
: messageType === "reset"
? "border-indigo-200 bg-indigo-100"
: "border-zinc-200 bg-white"
? "border-indigo-200 bg-indigo-100"
: "border-zinc-200 bg-white"
}`}
>
{" "}
Expand Down

0 comments on commit 5381337

Please sign in to comment.