diff --git a/src/App.js b/src/App.js index 32a19073..57bf33e1 100644 --- a/src/App.js +++ b/src/App.js @@ -106,8 +106,8 @@ const App = () => { } /> - } /> - } /> + } /> + } /> @@ -133,7 +133,7 @@ const App = () => { element={} /> - + } /> diff --git a/src/components/Navigation/Navigation.jsx b/src/components/Navigation/Navigation.jsx index 0239ec47..1210eec8 100644 --- a/src/components/Navigation/Navigation.jsx +++ b/src/components/Navigation/Navigation.jsx @@ -36,6 +36,10 @@ export const Navigation = () => { path: "/payouts", name: "Выплаты", }, + { + path: "/quiz", + name: "Тесты", + }, { path: "/settings", name: "Настройки", @@ -91,7 +95,11 @@ export const Navigation = () => {