Removed nuxt/image

This commit is contained in:
2021-06-01 23:10:47 +02:00
parent 85eb45f9a6
commit e54c98461d
30 changed files with 100 additions and 178 deletions

View File

@@ -2,7 +2,7 @@
<div class="mb-3 mr-2 p-1 md:p-2 h-32 w-32 border-gray-900 dark:border-dark-200 border-2 duration-300 rounded-3xl hover:bg-opacity-25" :class="getColor">
<div class="w-full h-full flex flex-col justify-center items-center">
<div>
<img class="rounded-sm" alt="Skill Img" :src="getCoverLink">
<img class="rounded-sm" alt="Skill Img" :src="getCoverLink" />
</div>
<h1 class="md:text-lg text-md font-bold text-center text-gray-700 dark:text-gray-400">{{ skill }}</h1>
</div>