mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: Replace Shortcuts icon in the help menu option to fix misalignment
This commit is contained in:
parent
826a5787d0
commit
37f9134ee2
@ -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…
x
Reference in New Issue
Block a user