Skip to content

Commit

Permalink
A11y
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-kl1 authored Feb 7, 2025
1 parent 82269f0 commit 63d8e86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layouts/Footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,11 @@ const Footer = () => {
</div>
<div className="flex relative z-20 gap-3 justify-end mb-6">
<Link className="flex items-center justify-center w-10 h-10 bg-white rounded-full"
href={t('common:linkedinUrl')} target="_blank" rel="noopener">
href={t('common:linkedinUrl')} target="_blank" rel="noopener" title="LinkedIn">
<FaLinkedinIn color="royalBlue" size={16}/>
</Link>
<Link className="flex items-center justify-center w-10 h-10 bg-white rounded-full"
href={t('common:youtubeUrl')} target="_blank" rel="noopener">
href={t('common:youtubeUrl')} target="_blank" rel="noopener" title="YouTube">
<FaYoutube color="royalBlue" size={16}/>
</Link>
</div>
Expand Down

0 comments on commit 63d8e86

Please sign in to comment.