Skip to content

Commit

Permalink
fix: transition name
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed Aug 19, 2023
1 parent cdd8ad3 commit 013e5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/garden/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let postItems = await getGardenPosts()
</dl>
<h3
class="mt-4 text-2xl font-bold leading-8 tracking-tight text-gray-900 xl:col-span-3"
transition:name={`garden-${item.properties.Slug.rich_text}`}
transition:name={`garden-${item.properties.Slug.rich_text[0].plain_text}`}
>
<a
rel="prefetch"
Expand Down

0 comments on commit 013e5ee

Please sign in to comment.