We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dadbd1 commit ca848daCopy full SHA for ca848da
1 file changed
src/credit/components/company/OrganizationSwitcher.tsx
@@ -51,7 +51,7 @@ export function OrganizationSwitcher({ className, showLabel = true }: Organizati
51
<ChevronDown className="h-3 w-3 opacity-50" />
52
</Button>
53
</DropdownMenuTrigger>
54
- <DropdownMenuContent align="start" className="w-64">
+ <DropdownMenuContent align="end" className="w-64">
55
<div className="px-2 py-1">
56
<div className="text-xs text-muted-foreground uppercase tracking-wide">
57
Your Organizations
0 commit comments