mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-24 00:43:29 +10:00
fix(auth): Locale & Theme switch in authentication
This commit is contained in:
@@ -24,13 +24,13 @@ export const AuthLayout = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-screen w-screen">
|
<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">
|
<div className="flex items-center justify-between">
|
||||||
<Link to="/" className="h-24 w-24">
|
<Link to="/" className="h-24 w-24">
|
||||||
<Logo className="-ml-3" size={96} />
|
<Logo className="-ml-3" size={96} />
|
||||||
</Link>
|
</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 />
|
<LocaleSwitch />
|
||||||
<ThemeSwitch />
|
<ThemeSwitch />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user