(feat) fix pages order

This commit is contained in:
drupman
2024-11-19 19:25:56 -03:00
parent cfc069aac7
commit ff27e0f6c1

View File

@@ -21,6 +21,7 @@ def public_pages():
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", "📈"),
]
@@ -31,6 +32,4 @@ def private_pages():
Page("frontend/pages/orchestration/launch_bot_v2/app.py", "Deploy V2", "🚀"),
Page("frontend/pages/orchestration/credentials/app.py", "Credentials", "🔑"),
Page("frontend/pages/orchestration/portfolio/app.py", "Portfolio", "💰"),
Section("Bot Performance"),
Page("frontend/pages/performance/bot_performance/app.py", "Strategy Performance", "📊"),
]