add virtual keys link in header on launcher

This commit is contained in:
miloschwartz
2026-08-11 12:09:11 -04:00
parent 2187f23588
commit b33e776072
8 changed files with 123 additions and 9 deletions
@@ -75,6 +75,12 @@ export function useCommandPaletteActions(
});
}
} else if (orgId) {
actions.push({
id: "my-api-keys",
label: t("sidebarMyApiKeys"),
icon: <KeyRound className="size-4" />,
href: `/${orgId}/keys`
});
actions.push({
id: "create-site",
label: t("commandPaletteCreateSite"),