fix: add back reveal animations on index

This commit is contained in:
Troy 2025-02-13 12:54:26 +00:00
parent 73c269a59c
commit 0edd672a70
Signed by: troy
GPG key ID: DFC06C02ED3B4711
7 changed files with 17 additions and 28 deletions

View file

@ -60,7 +60,7 @@ const { data } = Astro.props;
x-transition.opacity.duration.1000ms
>
<img
class="absolute inset-0 h-full w-full rounded-md object-cover"
class="absolute inset-0 h-full w-full rounded-sm object-cover"
x-bind:src="slide.data.image.url.src"
x-bind:alt="slide.data.image.alt"
/>