From dc9db05f75ba1dc9ab0ff5e48f4517760b337106 Mon Sep 17 00:00:00 2001 From: bambery Date: Fri, 12 Jan 2024 13:00:24 -0600 Subject: [PATCH] Update router-app-v1.js to include footer element Updating code to match example given at https://fullstackopen.com/en/part7/react_router#redirect, which claims the app already contains this footer element. --- router-app-v1.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/router-app-v1.js b/router-app-v1.js index b86a8cd..e7f2b27 100644 --- a/router-app-v1.js +++ b/router-app-v1.js @@ -133,10 +133,10 @@ const App = () => { } /> -
+
+ ) }