Compare commits

..
Author SHA1 Message Date
Bill He b35f89c72d add TODO 2023-10-04 12:59:12 -04:00
Bill He a46512f29b address comments 2023-10-04 12:47:02 -04:00
Bill He 8f09f66bb0 rename 2023-10-04 12:32:34 -04:00
Bill He 371397b72e Comment out migration work 2023-10-04 12:32:34 -04:00
Bill He 895fbeb573 address comments 2023-10-04 12:32:34 -04:00
Bill He 662898ce82 add to nav 2023-10-04 12:32:33 -04:00
Bill He abd97a91f9 bump localization 2023-10-04 12:32:33 -04:00
Bill He ba78afc166 Finish up rewards page 2023-10-04 12:32:33 -04:00
Bill He 5ed9af9afa add keplr dialog 2023-10-04 12:32:33 -04:00
Bill He cd7e6298d8 more rewards page panels 2023-10-04 12:32:31 -04:00
Bill He f1a16f9de8 Implement Rewards Page 2023-10-04 12:31:55 -04:00
+3 -1
View File
@@ -67,7 +67,9 @@ const Content = () => {
<Route path={AppRoute.Trade} element={<TradePage />} />
</Route>
<Route path={AppRoute.Markets} element={<MarketsPage />} />
<Route path={AppRoute.Rewards} element={<RewardsPage />} />
{import.meta.env.MODE !== 'production' && (
<Route path={AppRoute.Rewards} element={<RewardsPage />} />
)}
{isTablet && (
<>
<Route path={AppRoute.Alerts} element={<AlertsPage />} />