diff --git a/app/routes/markets.tsx b/app/routes/markets.tsx
index 86fd398..d174b36 100644
--- a/app/routes/markets.tsx
+++ b/app/routes/markets.tsx
@@ -13,6 +13,7 @@ export default function MarketsPage() {
initialMenu: "/markets",
}}
footerProps={config.scaffold.footerProps}
+ bottomNavProps={config.scaffold.bottomNavProps}
routerAdapter={{
onRouteChange,
}}
diff --git a/app/routes/perp.tsx b/app/routes/perp.tsx
index f19c1ef..c93326c 100644
--- a/app/routes/perp.tsx
+++ b/app/routes/perp.tsx
@@ -8,6 +8,7 @@ export default function PerpPage() {
return (
, inactiveIcon: },
+ { name: "Portfolio", href: "/portfolio", activeIcon: , inactiveIcon: },
+ { name: "Markets", href: "/markets", activeIcon: , inactiveIcon: },
+ ]
+ },
mainNavProps: {
initialMenu: "/",
mainMenus: [
@@ -55,7 +71,7 @@ const config: OrderlyConfig = {
discordUrl: "https://discord.com/invite/orderlynetwork",
twitterUrl: "https://twitter.com/OrderlyNetwork",
trailing: Charts powered by TradingView
- },
+ }
},
orderlyAppProvider: {
appIcons: {