Skip to content

Commit

Permalink
(feat) fix pages order
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasgaudino committed Nov 19, 2024
1 parent 358de22 commit c7d1652
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/pages/permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ def public_pages():
Page("frontend/pages/config/xemm_controller/app.py", "XEMM Controller", "⚡️"),
Section("Data", "💾"),
Page("frontend/pages/data/download_candles/app.py", "Download Candles", "💹"),
Section("Performance Pages", "🚀"),
Page("frontend/pages/performance/bot_performance/app.py", "Strategy Performance", "📈"),
Section("Community Pages", "👨‍👩‍👧‍👦"),
Page("frontend/pages/data/token_spreads/app.py", "Token Spreads", "🧙"),
Page("frontend/pages/data/tvl_vs_mcap/app.py", "TVL vs Market Cap", "🦉"),
Page("frontend/pages/performance/bot_performance/app.py", "Strategy Performance", "📈"),
]


Expand Down

0 comments on commit c7d1652

Please sign in to comment.