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() { } /> } /> } /> + } />