changing of label/brand

This commit is contained in:
rowell_m_soriano 2026-08-10 10:16:55 +08:00
parent 6ae0709878
commit f0cd22e09b
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>
)} )}