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}