route handlers for account/main
This commit is contained in:
@@ -85,7 +85,7 @@ const AccountSidebar: React.FC<AccountSidebarProps> = ({
|
||||
href={item.href}
|
||||
className={`${
|
||||
isActive
|
||||
? 'bg-orange/80 text-white'
|
||||
? 'bg-orange 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