From d6e687f57ecf0efff168789a2bea37f0183979c3 Mon Sep 17 00:00:00 2001 From: bambery Date: Fri, 12 Jan 2024 13:18:21 -0600 Subject: [PATCH] Update router-app-v2.js to include footer element Related to #26, replaces `div` with `footer` element as indicated in the text. --- router-app-v2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router-app-v2.js b/router-app-v2.js index 98d3d46..03faccc 100644 --- a/router-app-v2.js +++ b/router-app-v2.js @@ -137,10 +137,10 @@ const App = () => { } /> } /> -
+
+ ) }