Skip to content

Commit

Permalink
Changes to social links
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
brandstetterm committed Apr 4, 2024
1 parent 3db9234 commit f14aa16
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
12 changes: 1 addition & 11 deletions src/components/Footer/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down Expand Up @@ -59,16 +58,7 @@ const content = await getTranslatedContent("Footer", lang);
</li>
<li>
<a
href="https://twitter.com/inovexgmbh"
target="_blank"
aria-label="X"
>
<X />
</a>
</li>
<li>
<a
href="https://www.instagram.com/inovexlife/"
href="https://www.instagram.com/scrumlr/"
target="_blank"
aria-label="Instagram"
>
Expand Down
14 changes: 0 additions & 14 deletions src/icons/X.tsx

This file was deleted.

0 comments on commit f14aa16

Please sign in to comment.