From f0cd22e09b834545c2d44e010f856141d34da521 Mon Sep 17 00:00:00 2001 From: rowell_m_soriano Date: Mon, 10 Aug 2026 10:16:55 +0800 Subject: [PATCH] changing of label/brand --- src/components/features/auth/LoginPage.tsx | 2 +- src/components/layout/Sidebar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/features/auth/LoginPage.tsx b/src/components/features/auth/LoginPage.tsx index e655d66..20b2352 100644 --- a/src/components/features/auth/LoginPage.tsx +++ b/src/components/features/auth/LoginPage.tsx @@ -187,7 +187,7 @@ const LoginPage = () => {

- LLI - Sales Force + Vamsler & Ultramed - Sales Force

MD Call Management System diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx index cd3b966..e27d688 100644 --- a/src/components/layout/Sidebar.tsx +++ b/src/components/layout/Sidebar.tsx @@ -166,7 +166,7 @@ export const Sidebar: React.FC = ({

{isOpen && (
-

LLI-SFE

+

SFE

{user?.company || 'Role'}

)} -- 2.45.2