Fix selection in contacts

This commit is contained in:
2023-01-19 13:09:20 +01:00
parent 65066b0c80
commit c1aa7564ed

View File

@ -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>