Skip to content

Commit

Permalink
fix theme toggle position on auth page
Browse files Browse the repository at this point in the history
  • Loading branch information
dEdmishka committed Jan 24, 2024
1 parent 6f5d1c9 commit 7ea5896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/auth/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ export default function Auth() {
<Icons.golub />
</ImageCard>
<div>
<h1 className="title-lg">Authentication</h1>
<FormAuth className="mt-5" />
<div className="mt-5">
<div className="flex justify-between pb-2">
<h1 className="title-lg">Authentication</h1>
<ModeToggle />
</div>
<FormAuth className="mt-5" />
</div>
</div>
</Content>
Expand Down

0 comments on commit 7ea5896

Please sign in to comment.