Compare commits

..

No commits in common. "4e54edf669f02bfb4b892c554702dd87709a4fc9" and "6ae0709878f3acd056ff8eafa541f1213e3af0ce" have entirely different histories.

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">
Vamsler & Ultramed - Sales Force
LLI - 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">SFE</h1>
<h1 className="text-lg font-bold">LLI-SFE</h1>
<p className="text-xs text-teal-200">{user?.company || 'Role'}</p>
</div>
)}