From cb5ae8157421047080f35a018b4f183b1d5e6560 Mon Sep 17 00:00:00 2001 From: MaryWylde Date: Tue, 23 Dec 2025 18:05:04 +0400 Subject: [PATCH] chore: Add new year logo - remove underline of active state on mobile header --- src/components/Header/Header.tsx | 4 ++-- src/components/Navbar/Navbar.module.scss | 17 +++++++++++++++++ .../PyramidInfoSection/PyramidInfoSection.tsx | 8 +++++++- 3 files changed, 26 insertions(+), 3 deletions(-) diff --git a/src/components/Header/Header.tsx b/src/components/Header/Header.tsx index c5b97e7..ad924e3 100644 --- a/src/components/Header/Header.tsx +++ b/src/components/Header/Header.tsx @@ -70,8 +70,8 @@ const Header: FC = () => { }} src={ isDarkTheme - ? '/keepsimple_/assets/logos/keepsimpleDark.svg' - : '/keepsimple_/assets/logos/keepsimple-company-mngmnt.svg' + ? '/keepsimple_/assets/logos/keepsimpleNewYearDark.svg' + : '/keepsimple_/assets/logos/keepsimpleNewYear.svg' } alt="keepsimple logo" width={130.61} diff --git a/src/components/Navbar/Navbar.module.scss b/src/components/Navbar/Navbar.module.scss index af6fce0..4501c9a 100644 --- a/src/components/Navbar/Navbar.module.scss +++ b/src/components/Navbar/Navbar.module.scss @@ -102,6 +102,7 @@ .contributors { color: #fafafa; } + .uxcoreIcon, .companyManagementIcon { svg { @@ -110,6 +111,7 @@ } } } + .url { color: #dadada; @@ -215,8 +217,23 @@ } } + .url { + &:after { + content: none; + } + &:hover { + &:after { + content: none; + } + } + } + .active { border-left: 1px solid #252626; + + &:after { + content: none; + } } &.authorized { diff --git a/src/components/_company-management/PyramidInfoSection/PyramidInfoSection.tsx b/src/components/_company-management/PyramidInfoSection/PyramidInfoSection.tsx index 96213f6..259fdf5 100644 --- a/src/components/_company-management/PyramidInfoSection/PyramidInfoSection.tsx +++ b/src/components/_company-management/PyramidInfoSection/PyramidInfoSection.tsx @@ -168,7 +168,13 @@ const PyramidInfoSection: FC = ({
- {title} + {title}

{title}