jun-26-revisions #5

Merged
jamesp merged 4 commits from jun-26-revisions into main 2026-06-26 08:21:49 -04:00
Showing only changes of commit 4a4279e91f - Show all commits
+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>