mirror of
https://github.com/layer-systems/website.git
synced 2026-06-17 10:08:35 +02:00
fix: remove modal prop from DropdownMenu in AccountSwitcher component
This commit is contained in:
@@ -50,7 +50,7 @@ export function AccountSwitcher({ onAddAccountClick }: AccountSwitcherProps) {
|
||||
};
|
||||
|
||||
return (
|
||||
<DropdownMenu modal={false}>
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<button className='flex items-center gap-3 p-3 rounded-full hover:bg-accent transition-all w-full text-foreground'>
|
||||
<Avatar className='w-10 h-10'>
|
||||
|
||||
Reference in New Issue
Block a user