diff --git a/frontend/src/client/App.tsx b/frontend/src/client/App.tsx index 434316d..291e01f 100644 --- a/frontend/src/client/App.tsx +++ b/frontend/src/client/App.tsx @@ -8,6 +8,7 @@ import WalletProvider from "./components/WalletProvider"; import Main from "./pages/Main"; import Create from "./pages/Create"; import Find from "./pages/Find"; +import About from "./pages/About"; import { ContextWrapper } from "./Context"; export const App = () => { @@ -18,6 +19,7 @@ export const App = () => { } /> } /> } /> + } /> diff --git a/frontend/src/client/components/Navbar.tsx b/frontend/src/client/components/Navbar.tsx index 17c162d..cf0da87 100644 --- a/frontend/src/client/components/Navbar.tsx +++ b/frontend/src/client/components/Navbar.tsx @@ -20,7 +20,7 @@ export const Navbar = () => { Find
- About + About