diff options
| author | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-31 20:33:22 +0200 |
|---|---|---|
| committer | l3wdfut4pwr l3wdfut4pwr <l3wdfut4pwr@gmail.com> | 2026-01-31 20:33:22 +0200 |
| commit | 9edce4dfa5f7c4efecd0f39fb4fd4a4c9863fe6e (patch) | |
| tree | f975a2ba9c63d10d0c28ff206ed4a7b854f39a31 /src/components/header/ProfileOrLogin.tsx | |
| parent | 2eaea7a0bc84feb894f37a84110595dff76a8202 (diff) | |
add register and reset dialogs
Diffstat (limited to 'src/components/header/ProfileOrLogin.tsx')
| -rw-r--r-- | src/components/header/ProfileOrLogin.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/header/ProfileOrLogin.tsx b/src/components/header/ProfileOrLogin.tsx index 874e0fc..416418b 100644 --- a/src/components/header/ProfileOrLogin.tsx +++ b/src/components/header/ProfileOrLogin.tsx @@ -13,7 +13,9 @@ export function ProfileOrLogin() { return ( <Dialog> <DialogTrigger asChild> - <Button className="py-2.5 px-3.75">ВОЙТИ</Button> + <Button className="py-2.5 px-3.75 gap-10 w-21.75 h-10.5"> + ВОЙТИ + </Button> </DialogTrigger> <AuthDialog /> </Dialog> |
