Skip to content

Commit

Permalink
production: Bring back header path.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanBoyCousin committed May 16, 2024
1 parent 3c1fe19 commit e4e8494
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/front-end/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { Rewards } from "./pages/Rewards";
import { TermsOfService } from "./pages/TermsOfService";
import { Vault } from "./pages/Vault";
import { GlobalContextProvider } from "./state/GlobalContext";
import { OptionsTrading } from "./pages/OptionsTrading";

import "react-toastify/dist/ReactToastify.css";
import "./App.css";
Expand Down Expand Up @@ -46,7 +47,7 @@ function App() {
path={AppPaths.TERMS_OF_SERVICE}
element={<TermsOfService />}
/>
<Route path={AppPaths.TRADE} element={<Vault />} />
<Route path={AppPaths.TRADE} element={<OptionsTrading />} />
<Route path={AppPaths.VAULT} element={<Vault />} />
<Route
path={AppPaths.FALLBACK}
Expand Down

0 comments on commit e4e8494

Please sign in to comment.