From 18c508bba07158245a18ef1af02df9a2c7331980 Mon Sep 17 00:00:00 2001 From: Sascha Date: Mon, 9 Mar 2026 15:29:19 +0100 Subject: [PATCH] feat: Replace GitHub links with Codeberg links and update related text and aria labels --- src/components/layout/Footer.tsx | 8 ++++---- src/components/sections/ContactSection.tsx | 10 +++++----- src/config/locales/de/contact.ts | 2 +- src/config/locales/de/footer.ts | 2 +- src/config/locales/en/TextConfig.ts | 4 ++-- src/config/locales/en/contact.ts | 2 +- src/config/locales/en/footer.ts | 2 +- src/config/personal.ts | 6 +++--- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/components/layout/Footer.tsx b/src/components/layout/Footer.tsx index 563bbca..2d1647d 100644 --- a/src/components/layout/Footer.tsx +++ b/src/components/layout/Footer.tsx @@ -1,4 +1,4 @@ -import { Github, Linkedin, Mail } from 'lucide-react'; +import { Globe, Linkedin, Mail } from 'lucide-react'; import { Link, useLocation } from 'react-router-dom'; import { personalConfig, createEmailLink } from '../../config/personal'; import { useLanguage } from '../../contexts/LanguageContext'; @@ -38,10 +38,10 @@ export default function Footer() {