diff --git a/src/core/client/admin/constants.ts b/src/core/client/admin/constants.ts index e5baeb8ef..6d9ed0b23 100644 --- a/src/core/client/admin/constants.ts +++ b/src/core/client/admin/constants.ts @@ -2,8 +2,8 @@ export const REDIRECT_PATH_KEY = "adminRedirectPath"; export const HOTKEYS = { NEXT: "j", PREV: "k", - APPROVE: "d", - REJECT: "f", + APPROVE: "f", + REJECT: "d", SWITCH_QUEUE: "t", ZEN: "z", BAN: "b",