fix stats page link

This commit is contained in:
Tyler Shipe 2021-04-23 13:41:56 -04:00
parent 0826d6ea6f
commit b5a23f2d6d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export const TradeUrl = "https://trade.mango.markets";
export const StatsUrl = `${TradeUrl}/#/stats`;
export const StatsUrl = `${TradeUrl}/stats`;
export const LearnUrl = "https://docs.mango.markets";
export function Navigation() {