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 = () => ( - - - -);