Bläddra i källkod

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

fix: Replace `Shortcuts` icon in the help menu option to fix misalignment
Alex Wallen 2 år sedan
förälder
incheckning
fc004c319b

+ 1 - 1
frontend/appflowy_flutter/lib/workspace/presentation/widgets/float_bubble/question_bubble.dart

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