account sidebar urls
This commit is contained in:
@@ -21,11 +21,11 @@ const AccountSidebar: React.FC<AccountSidebarProps> = ({
|
||||
|
||||
const getAccountTypeStyles = (accountType: string) => {
|
||||
switch (accountType.toLowerCase()) {
|
||||
case 'free':
|
||||
return 'bg-gray-400 text-white'
|
||||
case 'lite':
|
||||
return 'bg-orage/70 text-white'
|
||||
case 'pro':
|
||||
return 'bg-gray-400 text-white'
|
||||
case 'standart':
|
||||
return 'bg-orange/70 text-white'
|
||||
case 'premium':
|
||||
return 'bg-blue-300'
|
||||
default:
|
||||
return 'bg-gray-200'
|
||||
|
||||
Reference in New Issue
Block a user