From: Eduardo San Martin Morote Date: Fri, 5 Mar 2021 16:25:15 +0000 (+0100) Subject: docs: fix alt text sponsors X-Git-Tag: v4.0.5~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91cc1adc641b1acb42f1b0581c5fec640c082377;p=thirdparty%2Fvuejs%2Frouter.git docs: fix alt text sponsors --- diff --git a/docs/.vitepress/components/HomeSponsorsGroup.vue b/docs/.vitepress/components/HomeSponsorsGroup.vue index 346683c1..d8960570 100644 --- a/docs/.vitepress/components/HomeSponsorsGroup.vue +++ b/docs/.vitepress/components/HomeSponsorsGroup.vue @@ -5,11 +5,16 @@ v-for="sponsor in list" :key="sponsor.href" :href="sponsor.href" + :title="sponsor.alt" target="_blank" rel="sponsored noopener" :style="{ width: size + 'px' }" > - +