mirror of
https://github.com/d0zingcat/deploy.git
synced 2026-05-13 15:09:33 +00:00
Merge pull request #71 from tomasgaudino/fix/change-performance-page-section
(feat) fix pages order
This commit is contained in:
@@ -21,6 +21,7 @@ def public_pages():
|
|||||||
Section("Community Pages", "👨👩👧👦"),
|
Section("Community Pages", "👨👩👧👦"),
|
||||||
Page("frontend/pages/data/token_spreads/app.py", "Token Spreads", "🧙"),
|
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/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/launch_bot_v2/app.py", "Deploy V2", "🚀"),
|
||||||
Page("frontend/pages/orchestration/credentials/app.py", "Credentials", "🔑"),
|
Page("frontend/pages/orchestration/credentials/app.py", "Credentials", "🔑"),
|
||||||
Page("frontend/pages/orchestration/portfolio/app.py", "Portfolio", "💰"),
|
Page("frontend/pages/orchestration/portfolio/app.py", "Portfolio", "💰"),
|
||||||
Section("Bot Performance"),
|
|
||||||
Page("frontend/pages/performance/bot_performance/app.py", "Strategy Performance", "📊"),
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user