소스 검색

chore: change github logo (#3003)

Mayur Mahajan 1 년 전
부모
커밋
1b582c3870

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 2 - 0
frontend/appflowy_flutter/assets/images/login/github-light.svg


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

@@ -222,7 +222,7 @@ extension QuestionBubbleExtension on BubbleAction {
         return Padding(
           padding: const EdgeInsets.all(3.0),
           child: svgWidget(
-            'login/github-mark',
+            'login/github-light',
             size: const Size.square(12),
           ),
         );

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.