fix: Replace `Shortcuts` icon in the help menu option to fix misalignment
@@ -203,7 +203,7 @@ extension QuestionBubbleExtension on BubbleAction {
case BubbleAction.debug:
return '🐛';
case BubbleAction.shortcuts:
- return '⌨️';
+ return '📋';
}