Compare commits

...

2 Commits

Author SHA1 Message Date
4e54edf669 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
2026-08-10 04:17:57 +02:00
rowell_m_soriano
f0cd22e09b changing of label/brand 2026-08-10 10:16:55 +08:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -166,7 +166,7 @@ export const Sidebar: React.FC<SidebarProps> = ({
</div>
{isOpen && (
<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>
</div>
)}