diff --git a/components/footer.tsx b/components/footer.tsx index a83654b..1242ce7 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -19,7 +19,7 @@ const legalLinks = [ export function Footer({ email }: { email?: string }) { const socialLinks = [ { label: 'Forgejo', href: 'https://kitux.de/forgejo/dschlueter/jamulix-homepage', icon: Github }, - { label: email ?? '[Emailadresse]', href: `mailto:${email ?? '[Emailadresse]'}`, icon: Mail }, + { label: 'E-Mail', href: `mailto:${email ?? '[Emailadresse]'}`, icon: Mail }, ] const currentYear = new Date().getFullYear()