mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +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
@ -203,7 +203,7 @@ extension QuestionBubbleExtension on BubbleAction {
|
|||||||
case BubbleAction.debug:
|
case BubbleAction.debug:
|
||||||
return '🐛';
|
return '🐛';
|
||||||
case BubbleAction.shortcuts:
|
case BubbleAction.shortcuts:
|
||||||
return '⌨️';
|
return '📋';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user