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!

)}