feat(blog): update social link labels
This commit is contained in:
parent
534bfcb42d
commit
bb3c99023e
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ const today = new Date();
|
|||
© {today.getFullYear()} {SITE_AUTHOR}. All rights reserved.
|
||||
<div class="social-links">
|
||||
<a href={SITE_AUTHOR_MASTODON} target="_blank">
|
||||
<span class="sr-only">Follow Astro on Mastodon</span>
|
||||
<span class="sr-only">Follow Ayo on Mastodon</span>
|
||||
<svg
|
||||
viewBox="0 0 16 16"
|
||||
aria-hidden="true"
|
||||
|
@ -21,7 +21,7 @@ const today = new Date();
|
|||
>
|
||||
</a>
|
||||
<a href={SITE_PROJECT_REPO} target="_blank">
|
||||
<span class="sr-only">Go to Astro's GitHub repo</span>
|
||||
<span class="sr-only">Go to Cozy's GitHub repo</span>
|
||||
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32" astro-icon="social/github"
|
||||
><path
|
||||
fill="currentColor"
|
||||
|
|
|
@ -22,7 +22,7 @@ import { SITE_AUTHOR_MASTODON, SITE_DESCRIPTION, SITE_PROJECT_REPO, SITE_TITLE }
|
|||
>
|
||||
</a>
|
||||
<a href={SITE_PROJECT_REPO} target="_blank">
|
||||
<span class="sr-only">Go to Astro's GitHub repo</span>
|
||||
<span class="sr-only">Go to Cozy's GitHub repo</span>
|
||||
<svg viewBox="0 0 16 16" aria-hidden="true" width="32" height="32"
|
||||
><path
|
||||
fill="currentColor"
|
||||
|
|
Loading…
Reference in a new issue