Merge pull request #63 from apuc/parthners-area

partner catalog and no requests block
This commit is contained in:
NikoM1k 2023-03-27 16:31:03 +03:00 committed by GitHub
commit 3b8174d92d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
height: 100%; height: 100%;
min-height: 100vh; min-height: 100vh;
font-family: 'LabGrotesque', sans-serif; font-family: 'LabGrotesque', sans-serif;
padding-top: 24px; padding-top: 23px;
&__title { &__title {
font-weight: 700; font-weight: 700;

View File

@ -47,7 +47,7 @@ export const ProfileHeader = () => {
], ],
partner: [ partner: [
{ {
path: '/', path: '/catalog',
name: 'Каталог' name: 'Каталог'
}, },
{ {