mirror of
https://github.com/danbulant/design
synced 2026-07-03 01:50:38 +00:00
format
This commit is contained in:
parent
5058df1791
commit
763a3ca622
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@
|
||||||
|
|
||||||
{#each filteredPosts as post (post.title)}
|
{#each filteredPosts as post (post.title)}
|
||||||
<div animate:flip={{ duration: 250 }}>
|
<div animate:flip={{ duration: 250 }}>
|
||||||
<Post {...post} bind:currentHover />
|
<Post {...post} bind:currentHover />
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue