changing of label/brand
This commit is contained in:
parent
6ae0709878
commit
f0cd22e09b
@ -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
|
||||
|
||||
@ -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>
|
||||
)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user