command palette tweaks

This commit is contained in:
miloschwartz
2026-07-07 21:55:15 -04:00
parent 1e7863ce4f
commit d082de3d88
12 changed files with 182 additions and 39 deletions
+4 -1
View File
@@ -105,8 +105,11 @@ export function LayoutHeader({
{showTopBar && (
<div className="flex items-center space-x-2">
<CommandPaletteTrigger />
<ThemeSwitcher />
<CommandPaletteTrigger
orgId={orgId}
orgs={orgs}
/>
<ProfileIcon />
</div>
)}