From 9dfa3e3c7825f85e0dc018d1b8c55002df58bf27 Mon Sep 17 00:00:00 2001 From: cardosofede Date: Tue, 4 Jun 2024 20:08:36 +0200 Subject: [PATCH] (feat) rename deploy page --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 218827f..d037b1a 100644 --- a/main.py +++ b/main.py @@ -12,7 +12,7 @@ def main_page(): Page("main.py", "Hummingbot Dashboard", "📊"), Section("Bot Orchestration", "🐙"), Page("frontend/pages/orchestration/instances/app.py", "Instances", "🦅"), - Page("frontend/pages/orchestration/launch_bot_v2/app.py", "Deploy", "🚀"), + 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", "💰"), # Page("frontend/pages/orchestration/launch_bot_v2_st/app.py", "Deploy ST", "🙌"),