A bunch of tweaks

This commit is contained in:
Gregory Schier
2023-04-06 16:05:25 -07:00
parent 6b60c86300
commit 769da0b052
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',