diff options
Diffstat (limited to 'src/components/Footer.tsx')
| -rw-r--r-- | src/components/Footer.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 13ba637..2caf39d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -6,11 +6,11 @@ export default function Footer() { return ( <footer className="flex flex-col items-center gap-2 py-4"> <div className="flex gap-6"> - <a href="https://github.com/schererleander" target="_blank" rel="noopener noreferrer"> + <a href="https://github.com/schererleander" target="_blank" rel="noopener noreferrer" aria-label="Leander Scherer's GitHub"> <GitHubIcon /> </a> - <a href="mailto:leander@schererleander.de"> + <a href="mailto:leander@schererleander.de" aria-label="Send email to Leander Scherer"> <MailIcon /> </a> </div> |
