add: better a11y, nowrap for name
This commit is contained in:
parent
15ce42b7de
commit
1906f7be2e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
<ul class="socials">
|
||||
<li v-for="({icon, ...rest}) in socials" :key="rest.href" @click="isBurgerOpen = false">
|
||||
<a v-bind="rest" target="_blank">
|
||||
<img class="icon" :src="icon" :alt="rest['aria-label']" />
|
||||
<img class="icon" :src="icon" :alt="rest['aria-label']" width="30" height="30" />
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue