Merge pull request #2133 from gitstart/FLOWY-OSS-5

fix: Replace `Shortcuts` icon in the help menu option to fix misalignment
This commit is contained in:
Alex Wallen 2023-03-30 09:44:39 -10:00 committed by GitHub
commit fc004c319b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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