This commit is contained in:
Esteban 2026-03-10 10:51:56 -05:00
parent 5e2277f996
commit 074d2662c3
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ const newsItems = await getCollection("news", (post)=>{
}) })
.slice(0,6) .slice(0,6)
.map((item) => ( .map((item) => (
<NewsCard data={item} /> <NewsList data={item} />
)) ))
} }
</div> </div>