diff --git a/src/components/WGNews.astro b/src/components/WGNews.astro index 168eed8..50d2ffb 100644 --- a/src/components/WGNews.astro +++ b/src/components/WGNews.astro @@ -16,15 +16,17 @@ const { items, heading = 'Latest News' } = Astro.props;
{items.map((item) => (
-

{item.headline}

+

{item.headline}

{item.body}

{item.links && item.links.length > 0 && ( -