add logout button

This commit is contained in:
aurinex
2025-07-21 23:08:11 +05:00
parent 83a0e308bc
commit 5d660e7a95
3 changed files with 39 additions and 6 deletions

View File

@ -424,7 +424,7 @@ export default function Profile() {
display: 'flex',
justifyContent: 'center',
flexDirection: 'column',
gap: 2,
gap: '2vw',
}}
>
<Typography>Ваши плащи</Typography>
@ -432,7 +432,7 @@ export default function Profile() {
sx={{
display: 'flex',
flexDirection: 'row',
gap: 2,
gap: '2vw',
flexWrap: 'wrap',
}}
>