diff --git a/app/components-react/highlighter/InputEmojiSection.tsx b/app/components-react/highlighter/InputEmojiSection.tsx index cc0fdadcfd81..4f9baf9aade3 100644 --- a/app/components-react/highlighter/InputEmojiSection.tsx +++ b/app/components-react/highlighter/InputEmojiSection.tsx @@ -33,7 +33,7 @@ const DISPLAY_TYPE_MAP: Record TypeWording> = { [EHighlighterInputTypes.DEPLOY]: count => ({ emoji: '🪂', description: count > 1 ? 'deploys' : 'deploy', - orderPriority: 7, + orderPriority: 8, }), [EHighlighterInputTypes.PLAYER_KNOCKED]: () => ({ emoji: '😵',