소스 검색

uppercase issue

Raanan Weber 7 년 전
부모
커밋
7d798e75ea
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Viewer/src/configuration/types/default.ts

+ 1 - 1
Viewer/src/configuration/types/default.ts

@@ -34,7 +34,7 @@ export let defaultConfiguration: ViewerConfiguration = {
                     "1.5x": "1.5",
                     "2.0x": "2.0",
                 },
-                logoImg: require('../../../assets/img/BabylonJS_logo_Small.png'),
+                logoImg: require('../../../assets/img/BabylonJS_Logo_Small.png'),
                 logoText: 'BabylonJS',
                 hideHelp: true,
                 disableOnFullscreen: true,