This commit is contained in:
Daniel Bulant 2022-05-20 17:58:17 +02:00
parent 5058df1791
commit 763a3ca622

View file

@ -74,7 +74,7 @@
{#each filteredPosts as post (post.title)}
<div animate:flip={{ duration: 250 }}>
<Post {...post} bind:currentHover />
<Post {...post} bind:currentHover />
</div>
{/each}