Skip to content

Commit

Permalink
feat(theme): aria-label for social links
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 14, 2023
1 parent 43f6f02 commit 6ca34c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/theme-default/components/VPSocialLink.vue
Expand Up @@ -18,6 +18,7 @@ const svg = computed(() => {
<a
class="VPSocialLink"
:href="link"
:aria-label="typeof icon === 'string' ? icon : ''"
target="_blank"
rel="noopener"
v-html="svg"
Expand Down

0 comments on commit 6ca34c4

Please sign in to comment.