add: better a11y, nowrap for name
This commit is contained in:
parent
1906f7be2e
commit
8ed351a419
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,6 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import KofiIcon from '/img/icons/kofi.svg'
|
||||
import LinkedInIcon from 'iconoir/icons/regular/linkedin.svg'
|
||||
import MastodonIcon from 'iconoir/icons/regular/mastodon.svg'
|
||||
|
||||
|
@ -89,7 +88,7 @@ const socials = [
|
|||
},
|
||||
{
|
||||
href: 'https://ko-fi.com/webfussel',
|
||||
icon: KofiIcon,
|
||||
icon: '/img/icons/kofi.svg',
|
||||
'aria-label': 'Externer Link: KoFi Profil'
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue