diff --git a/src/components/NewsComp.astro b/src/components/NewsComp.astro index aaed87c..ff032b6 100644 --- a/src/components/NewsComp.astro +++ b/src/components/NewsComp.astro @@ -29,21 +29,20 @@ const articles = await fetchArticles({

{article.title}

{article.main_image && ( {article.main_image.alt} diff --git a/src/components/sections/NewsComp.astro b/src/components/sections/NewsComp.astro index 31bc3f8..e1c139b 100644 --- a/src/components/sections/NewsComp.astro +++ b/src/components/sections/NewsComp.astro @@ -48,10 +48,9 @@ const articles = await fetchArticles({