Remove directus placeholder from News

This commit is contained in:
2026-06-26 07:50:53 -04:00
parent d5d643fbcb
commit 4a4279e91f
+1 -1
View File
@@ -26,7 +26,7 @@ const { news, title = 'Latest news', description = 'Fresh updates, operational c
) : ( ) : (
<article class="card"> <article class="card">
<h3>No news items</h3> <h3>No news items</h3>
<p>News articles will be generated from Directus at build time.</p> <p>Stay tuned for updates as they are published!</p>
</article> </article>
)} )}
</div> </div>