mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 09:08:24 +00:00
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:
commit
fc004c319b
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ extension QuestionBubbleExtension on BubbleAction {
|
|||
case BubbleAction.debug:
|
||||
return '🐛';
|
||||
case BubbleAction.shortcuts:
|
||||
return '⌨️';
|
||||
return '📋';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue