diff options
Diffstat (limited to 'src/components/Icons/Email.astro')
-rw-r--r-- | src/components/Icons/Email.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Icons/Email.astro b/src/components/Icons/Email.astro index 053b84e..5ad4d64 100644 --- a/src/components/Icons/Email.astro +++ b/src/components/Icons/Email.astro @@ -13,7 +13,7 @@ </style> <a href="mailto:valentin@popov.link" title="E-Mail" target="_blank"> - <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-label="E-Mail"> + <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-label="E-Mail" aria-hidden="true"> <path d="M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"></path> <polyline points="22,6 12,13 2,6"></polyline> </svg> |