Skip to content

Commit

Permalink
Corrected Carousel rename
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Sep 29, 2023
1 parent 8e4f42a commit 7536af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/carousel.astro
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const latestPosts = posts.sort((a, b) => +b.data.publishDate - +a.data.publishDa
</a>
</div>
</div>
</Carousel>
</MyCarousel>
<Features />
<FindOutMore />
<LatestArticles posts={latestPosts} />
Expand Down

0 comments on commit 7536af6

Please sign in to comment.