Skip to content

Commit

Permalink
(fix) fix github icon span
Browse files Browse the repository at this point in the history
  • Loading branch information
chsami committed Jan 3, 2025
1 parent 125a0a1 commit 71f2b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const today = new Date();
© {today.getFullYear()} Chkhachkhi Sami. Made with ❤️
<div class="social-links">
<a href="https://github.com/chsami" target="_blank">
<span class="sr-only">Go to Astro's GitHub repo</span>
<span class="sr-only">Go to Chsami GitHub repo</span>
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" astro-icon="social/github"
><path
fill="currentColor"
Expand Down

0 comments on commit 71f2b30

Please sign in to comment.