Skip to content

Commit

Permalink
fix(auth): Locale & Theme switch in authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
MYSTYX7 committed Dec 4, 2023
1 parent 11edfe5 commit aa8a8e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/client/src/pages/auth/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ export const AuthLayout = () => {

return (
<div className="flex h-screen w-screen">
<div className="relative flex w-full flex-col justify-center -mt-12 gap-y-8 px-12 sm:mx-auto sm:basis-[420px] sm:px-0 lg:basis-[480px] lg:px-12">
<div className="relative flex w-full flex-col justify-center gap-y-8 px-12 sm:mx-auto sm:basis-[420px] sm:px-0 lg:basis-[480px] lg:px-12">
<div className="flex items-center justify-between">
<Link to="/" className="h-24 w-24">
<Logo className="-ml-3" size={96} />
</Link>

<div className="inset-x-0 bottom-0 space-x-2 text-right lg:absolute lg:p-12 lg:text-center">
<div className="right-0 space-x-2 text-right lg:absolute lg:p-12 lg:text-center">
<LocaleSwitch />
<ThemeSwitch />
</div>
Expand Down

0 comments on commit aa8a8e3

Please sign in to comment.