Remove animation

pull/7064/merge
Cagatay Civici 2025-01-13 16:51:11 +03:00
parent a9654ad5cb
commit 9a2f4b8597
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<template>
<div style="border-radius: 50px" class="overflow-hidden mb-8">
<NuxtLink to="/designer" class="block">
<img alt="PrimeVue Designer" :src="coverImage" class="w-full opacity-0 animate-fadein animate-delay-200 animate-fill-forwards" />
<img alt="PrimeVue Designer" :src="coverImage" class="w-full" />
</NuxtLink>
</div>