From f14aa1633775fa082e26ca5325f9b3439ee05ca0 Mon Sep 17 00:00:00 2001 From: Manuel Brandstetter Date: Thu, 4 Apr 2024 10:38:38 +0200 Subject: [PATCH] Changes to social links - Replace instagram link of inovex with new scrumlr profile - Remove link to inovexs twitter profile since its suspended since january 2024 - Remove X icon from codebase since its no longer needed --- src/components/Footer/Footer.astro | 12 +----------- src/icons/X.tsx | 14 -------------- 2 files changed, 1 insertion(+), 25 deletions(-) delete mode 100644 src/icons/X.tsx diff --git a/src/components/Footer/Footer.astro b/src/components/Footer/Footer.astro index d2ce986..184c01b 100644 --- a/src/components/Footer/Footer.astro +++ b/src/components/Footer/Footer.astro @@ -5,7 +5,6 @@ import { Github } from "@icons/Github"; import { Instagram } from "@icons/Instagram"; import { Linkedin } from "@icons/Linkedin"; import { Podcast } from "@icons/Podcast"; -import { X } from "@icons/X"; import { Xing } from "@icons/Xing"; import { Inovex } from "@icons/Inovex"; import "./Footer.scss"; @@ -59,16 +58,7 @@ const content = await getTranslatedContent("Footer", lang);
  • - - -
  • -
  • - diff --git a/src/icons/X.tsx b/src/icons/X.tsx deleted file mode 100644 index a40f0f7..0000000 --- a/src/icons/X.tsx +++ /dev/null @@ -1,14 +0,0 @@ -export const X = () => ( - - - -);