mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-18 08:39:51 +02:00
add virtual keys link in header on launcher
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user