From 44e53d29782bcd71f4408c641c22e3fc7ce6cf7d Mon Sep 17 00:00:00 2001 From: shafi54 <108669266+shafi-aviz@users.noreply.github.com> Date: Mon, 16 Mar 2026 22:15:47 +0530 Subject: [PATCH] enh --- apps/admin-ui/app/(drawer)/dashboard/index.tsx | 4 ++-- packages/ui/index.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/admin-ui/app/(drawer)/dashboard/index.tsx b/apps/admin-ui/app/(drawer)/dashboard/index.tsx index d2598ab..037c634 100644 --- a/apps/admin-ui/app/(drawer)/dashboard/index.tsx +++ b/apps/admin-ui/app/(drawer)/dashboard/index.tsx @@ -74,7 +74,7 @@ export default function Dashboard() { const menuItems: MenuItem[] = [ { - title: 'Manage Orders', + title: 'Manage Orderss', icon: 'shopping-bag', description: 'View and manage customer orders', route: '/(drawer)/manage-orders', @@ -294,4 +294,4 @@ export default function Dashboard() { ); -} \ No newline at end of file +} diff --git a/packages/ui/index.ts b/packages/ui/index.ts index 8c2e17d..30549a9 100755 --- a/packages/ui/index.ts +++ b/packages/ui/index.ts @@ -64,8 +64,8 @@ const isDevMode = Constants.executionEnvironment !== "standalone"; // const BASE_API_URL = 'http://10.0.2.2:4000'; // const BASE_API_URL = 'http://192.168.100.101:4000'; // const BASE_API_URL = 'http://192.168.1.5:4000'; -// let BASE_API_URL = "https://mf.freshyo.in"; -let BASE_API_URL = "https://freshyo.technocracy.ovh"; +let BASE_API_URL = "https://mf.freshyo.in"; +// let BASE_API_URL = "https://freshyo.technocracy.ovh"; // let BASE_API_URL = 'http://192.168.100.107:4000'; // let BASE_API_URL = 'http://192.168.29.176:4000';