From 47a76933e240ceee1cd0073cd8aa2c81f119b802 Mon Sep 17 00:00:00 2001 From: Marius Robert Macamete Date: Mon, 27 Oct 2025 21:50:41 +0200 Subject: [PATCH] update shop link --- UI_V2/admin/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI_V2/admin/dashboard.py b/UI_V2/admin/dashboard.py index deb3450..440ea94 100644 --- a/UI_V2/admin/dashboard.py +++ b/UI_V2/admin/dashboard.py @@ -81,7 +81,7 @@ class Dashboard: self.placeholder.content = self.orders.build() self.placeholder.update() case 4: - self.page.launch_url('http://0.0.0.0:5555/') + self.page.launch_url('https://tainagustului.ro') case 5: self.banner = Banner(self.page) self.placeholder.content = self.banner.build()