From 38f4fc0c6d4782219e426613e2fbf42c764280b1 Mon Sep 17 00:00:00 2001 From: Rei Date: Mon, 4 Dec 2023 15:35:26 +0000 Subject: [PATCH] Add Gallery option to Navbar --- src/App.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.js b/src/App.js index 6c81c64..0d0670b 100644 --- a/src/App.js +++ b/src/App.js @@ -35,6 +35,7 @@ function App() { { label: "Home", link: "/" }, { label: "About", link: "/about" }, { label: "Contact", link: "/contact" }, + { label: "Gallery", link: "/gallery" }, ] @@ -95,6 +96,7 @@ function App() { } /> } /> } /> + } />