chore(format): reformat header and search page
This commit is contained in:
@@ -136,7 +136,9 @@ export function Header() {
|
||||
<DropdownMenuItem
|
||||
key={role}
|
||||
onClick={() => handleRoleSwitch(role)}
|
||||
className={cn(currentRole === role && "bg-accent")}
|
||||
className={cn(
|
||||
currentRole === role && "bg-accent text-accent-foreground rounded-md",
|
||||
)}
|
||||
>
|
||||
{label}
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user