fix: Replace Shortcuts icon in the help menu option to fix misalignment

This commit is contained in:
GitStart 2023-03-30 06:08:11 +00:00
parent 826a5787d0
commit 37f9134ee2

View File

@ -203,7 +203,7 @@ extension QuestionBubbleExtension on BubbleAction {
case BubbleAction.debug:
return '🐛';
case BubbleAction.shortcuts:
return '⌨️';
return '📋';
}
}
}