We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f6f02 commit 6ca34c4Copy full SHA for 6ca34c4
src/client/theme-default/components/VPSocialLink.vue
@@ -18,6 +18,7 @@ const svg = computed(() => {
18
<a
19
class="VPSocialLink"
20
:href="link"
21
+ :aria-label="typeof icon === 'string' ? icon : ''"
22
target="_blank"
23
rel="noopener"
24
v-html="svg"
0 commit comments