Merge pull request 'changing of label/brand' (#1) from Maintenance/August2026 into main
All checks were successful
Build and Deploy LSFE Frontend / build-and-deploy (push) Successful in 4m36s

Reviewed-on: #1
This commit is contained in:
ruthwell07 2026-08-10 04:17:57 +02:00
commit 4e54edf669
2 changed files with 2 additions and 2 deletions

View File

@ -187,7 +187,7 @@ const LoginPage = () => {
</div> </div>
<div> <div>
<h1 className="text-2xl font-bold text-gray-800 mb-1"> <h1 className="text-2xl font-bold text-gray-800 mb-1">
LLI - Sales Force Vamsler & Ultramed - Sales Force
</h1> </h1>
<p className="text-gray-600 text-sm"> <p className="text-gray-600 text-sm">
MD Call Management System MD Call Management System

View File

@ -166,7 +166,7 @@ export const Sidebar: React.FC<SidebarProps> = ({
</div> </div>
{isOpen && ( {isOpen && (
<div> <div>
<h1 className="text-lg font-bold">LLI-SFE</h1> <h1 className="text-lg font-bold">SFE</h1>
<p className="text-xs text-teal-200">{user?.company || 'Role'}</p> <p className="text-xs text-teal-200">{user?.company || 'Role'}</p>
</div> </div>
)} )}