Skip to content

Commit

Permalink
fix: sponsor page
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Sep 17, 2024
1 parent 7e86cac commit 478bf55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pages/sponsor.astro
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ const sponsors = await fetchSponsors()
---

<Layout><VueSponsor client:load :sponsors={sponsors} /></Layout>
<Layout>
<VueSponsor client:load sponsors={sponsors} />
</Layout>

0 comments on commit 478bf55

Please sign in to comment.