tangning 1 개월 전
부모
커밋
4ba5620ffd
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      src/assets/images/Livora_white_logo.svg
  2. 1 1
      src/components/Application/src/AppLogo.vue

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 3 - 0
src/assets/images/Livora_white_logo.svg


+ 1 - 1
src/components/Application/src/AppLogo.vue

@@ -20,7 +20,7 @@
   import { useUserStore } from '/@/store/modules/user';
   import { SvgIcon } from '/@/components/Icon';
   import { useLocaleStore } from '/@/store/modules/locale';
-  import logo from '/@/assets/images/livora.svg';
+  import logo from '/@/assets/images/Livora_white_logo.svg';
   // import logoEn from '/@/assets/images/grey-logo-en.png';
 
   const props = defineProps({