mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 06:37:14 -04:00
fix: Replace Shortcuts icon in the help menu option to fix misalignment
This commit is contained in:
parent
826a5787d0
commit
37f9134ee2
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…
Add table
Add a link
Reference in a new issue