From 4a4279e91fbfdd374e3b3196ced9cc681e4ce224 Mon Sep 17 00:00:00 2001 From: James Pattinson Date: Fri, 26 Jun 2026 07:50:53 -0400 Subject: [PATCH] Remove directus placeholder from News --- src/components/NewsFeed.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NewsFeed.astro b/src/components/NewsFeed.astro index 2ac034d..d38159a 100644 --- a/src/components/NewsFeed.astro +++ b/src/components/NewsFeed.astro @@ -26,7 +26,7 @@ const { news, title = 'Latest news', description = 'Fresh updates, operational c ) : (

No news items

-

News articles will be generated from Directus at build time.

+

Stay tuned for updates as they are published!

)}