From 5e2277f9968b324eb1c982194aa60fb550c7793f Mon Sep 17 00:00:00 2001 From: Esteban Date: Tue, 10 Mar 2026 10:51:03 -0500 Subject: [PATCH] fixed list --- src/pages/news/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/news/index.astro b/src/pages/news/index.astro index 7082101..1750fc7 100644 --- a/src/pages/news/index.astro +++ b/src/pages/news/index.astro @@ -42,7 +42,7 @@ const newsItems = await getCollection("news", (post)=>{ }) .slice(0,6) .map((item) => ( - + )) }