From 8146c1bee7333c95e5f90773c503fc9318a243b2 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:08:20 +0200 Subject: [PATCH 1/3] add link --- web/src/components/LogoContainer/LogoContainer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/src/components/LogoContainer/LogoContainer.tsx b/web/src/components/LogoContainer/LogoContainer.tsx index 34f2525..6c943ea 100644 --- a/web/src/components/LogoContainer/LogoContainer.tsx +++ b/web/src/components/LogoContainer/LogoContainer.tsx @@ -10,7 +10,9 @@ export const LogoContainer = () => {
); }; From 5d83042d0fff580d11fe580c518bcfe4de482b0a Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:11:36 +0200 Subject: [PATCH 2/3] noreferrer --- web/src/components/LogoContainer/LogoContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/LogoContainer/LogoContainer.tsx b/web/src/components/LogoContainer/LogoContainer.tsx index 6c943ea..b079cc7 100644 --- a/web/src/components/LogoContainer/LogoContainer.tsx +++ b/web/src/components/LogoContainer/LogoContainer.tsx @@ -10,7 +10,7 @@ export const LogoContainer = () => { 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 3/3] 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 (