mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-14 19:01:51 +01:00
Fix selection in contacts
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<p class="my-4 text-center">
|
||||
<a :href="props.url">
|
||||
<div class="inline-flex items-center">
|
||||
<img :src="props.icon" alt="Github" class="h-7 mr-2 dark:invert" />
|
||||
<img :src="props.icon" alt="Github" class="h-7 mr-2 select-none dark:invert" />
|
||||
<span class="text-xl truncate">{{ props.label }}</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user