diff --git a/src/pages/[locale]/news/index.astro b/src/pages/[locale]/news/index.astro index df6c3d3..5397587 100644 --- a/src/pages/[locale]/news/index.astro +++ b/src/pages/[locale]/news/index.astro @@ -42,7 +42,7 @@ const newsItems = await getCollection("news", (post)=>{ }) .slice(0,6) .map((item) => ( - + )) }