This commit is contained in:
Николай Полтщук 2023-03-20 14:40:24 +03:00
parent eb30ede5c0
commit ab93a26abf
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
.settings { .settings {
background: #f1f1f1; background: #f1f1f1;
height: 100%;
min-height: 100vh;
font-family: 'LabGrotesque', sans-serif;
&__page { &__page {
max-width: 1160px !important; max-width: 1160px !important;

View File

@ -83,7 +83,7 @@ export const Profile = () => {
description: 'Ключевые условия<br/> договора' description: 'Ключевые условия<br/> договора'
}, },
{ {
path: '', path: '/settings',
img: settingIcon, img: settingIcon,
title: 'Настройки аккаунта', title: 'Настройки аккаунта',
description: 'Перейдите чтобы начать<br/> редактирование' description: 'Перейдите чтобы начать<br/> редактирование'