From 074d2662c35b9568b1634d540d17d46040bc6bf1 Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 10 Mar 2026 10:51:56 -0500 Subject: [PATCH] fixed 2 --- src/pages/[locale]/news/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ( - + )) }