add account types

This commit is contained in:
2025-05-19 12:08:23 +03:00
parent b91bd87555
commit b9178804c8
6 changed files with 65 additions and 4 deletions

View File

@@ -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`}
>