From 7f9390bd6647eca613fbb967782309b2ed33a7e4 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:16:11 +0200 Subject: [PATCH] add defguard link --- web/src/components/LogoContainer/LogoContainer.tsx | 4 +++- web/src/components/LogoContainer/style.scss | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/web/src/components/LogoContainer/LogoContainer.tsx b/web/src/components/LogoContainer/LogoContainer.tsx index b079cc7..89abd82 100644 --- a/web/src/components/LogoContainer/LogoContainer.tsx +++ b/web/src/components/LogoContainer/LogoContainer.tsx @@ -8,7 +8,9 @@ import SvgTeoniteLogo from '../../shared/components/svg/TeoniteLogo'; export const LogoContainer = () => { return (
- + + + diff --git a/web/src/components/LogoContainer/style.scss b/web/src/components/LogoContainer/style.scss index 76af298..3f2ceb8 100644 --- a/web/src/components/LogoContainer/style.scss +++ b/web/src/components/LogoContainer/style.scss @@ -13,13 +13,13 @@ height: 100%; } - & > .defguard { + & > a > .defguard { path { fill: var(--text-body-primary); } } - & > .teonite { + & > a > .teonite { path { fill: var(--surface-teonite-logo); }