Skip to content

Commit

Permalink
feat: replace Twitter with Bluesky (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonknittel authored Nov 19, 2024
1 parent 0a387f0 commit 9d70bf0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions app/src/app/(site)/_components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,12 @@ export const Footer = ({ className, disableBlog = false }: Readonly<Props>) => {
Mastodon
</FooterLink>

<FooterLink href="https://twitter.com/simknittel">Twitter</FooterLink>
<FooterLink href="https://bsky.app/profile/simonknittel.de">Blueksy</FooterLink>

<FooterLink href="https://www.linkedin.com/in/simonknittel/">
LinkedIn
</FooterLink>

{/* <FooterLink href="https://www.xing.com/profile/Simon_Knittel/">
Xing
</FooterLink> */}

{/* <FooterLink href="https://www.instagram.com/simonknittel/">
Instagram
</FooterLink> */}

<FooterLink href="https://www.buymeacoffee.com/simonknittel">
Buy Me A Coffee
</FooterLink>
Expand Down

0 comments on commit 9d70bf0

Please sign in to comment.