Skip to content

Commit

Permalink
fix: fix the hotkey tooltip of pip (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar authored Aug 3, 2022
1 parent b58fcc1 commit d9070aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/griffith/src/components/items/PipButtonItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const PipButtonItem: React.FC<{
}> = ({isPip, onClick}) => (
<ControllerTooltip
localeKey={isPip ? 'action-exit-pip' : 'action-enter-pip'}
hotkey="h"
hotkey="p"
>
<ControllerButton
icon={isPip ? icons.exitPip : icons.pip}
Expand Down

0 comments on commit d9070aa

Please sign in to comment.