Update contacts

This commit is contained in:
2023-01-24 21:34:21 +01:00
parent b6b75420bd
commit 5103850c47
2 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<template>
<p class="my-4 text-center">
<p class="my-4 text-left md:text-center">
<a :href="props.url">
<div class="inline-flex items-center">
<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 text-left">{{ props.label }}</span>
</div>
</a>
</p>