Merge pull request #71 from tomasgaudino/fix/change-performance-page-section

(feat) fix pages order
This commit is contained in:
Ralph Arvid B. Comia
2024-11-20 13:33:36 +08:00
committed by GitHub

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", "📊"),
]