From 1e98be02d6523298c6d6478e2296e07eff0f5b9e Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Sun, 11 Feb 2024 18:51:25 +0100 Subject: [PATCH] Surround fieldday pages with article tags. --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index 8c4e8b1..e3e6721 100644 --- a/src/App.js +++ b/src/App.js @@ -114,7 +114,7 @@ function App() { return dates.map(date => { const path = `/${lang}/radio/fielddays/${date}`; const mdPath = `Radio/fielddays/${lang}/${date}.md`; - return } />; + return } />; }); }).flat();