add account types
This commit is contained in:
@@ -23,9 +23,9 @@ const AccountSidebar: React.FC<AccountSidebarProps> = ({
|
||||
switch (accountType.toLowerCase()) {
|
||||
case 'free':
|
||||
return 'bg-gray-400 text-white'
|
||||
case 'pro':
|
||||
case 'lite':
|
||||
return 'bg-orage/70 text-white'
|
||||
case 'premium':
|
||||
case 'pro':
|
||||
return 'bg-blue-300'
|
||||
default:
|
||||
return 'bg-gray-200'
|
||||
@@ -85,7 +85,7 @@ const AccountSidebar: React.FC<AccountSidebarProps> = ({
|
||||
href={item.href}
|
||||
className={`${
|
||||
isActive
|
||||
? 'bg-mainblocks text-white'
|
||||
? 'bg-orange/80 text-white'
|
||||
: 'text-gray-600 hover:bg-gray-100'
|
||||
} flex items-center p-4 text-sm font-medium rounded-lg transition-colors`}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user