A bunch of tweaks

This commit is contained in:
Gregory Schier
2023-04-06 16:05:25 -07:00
parent 6b23379e5a
commit 99f2f4c211
16 changed files with 110 additions and 101 deletions

View File

@@ -24,7 +24,7 @@ export function RequestActionsDropdown({ requestId, children }: Props) {
label: 'Duplicate',
onSelect: duplicateRequest.mutate,
leftSlot: <Icon icon="copy" />,
rightSlot: <HotKey>D</HotKey>,
rightSlot: <HotKey modifier="Meta" keyName="D" />,
},
{
label: 'Delete',