mirror of
https://github.com/NotXia/notxia.github.io.git
synced 2025-12-16 03:31:46 +01:00
Fix selection in contacts
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
<p class="my-4 text-center">
|
<p class="my-4 text-center">
|
||||||
<a :href="props.url">
|
<a :href="props.url">
|
||||||
<div class="inline-flex items-center">
|
<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>
|
<span class="text-xl truncate">{{ props.label }}</span>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
Reference in New Issue
Block a user