소스 검색

fix(deep-linking-mobile): Path of the images.

j8
hristoterezov 7 년 전
부모
커밋
3d8d5e3107
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      react/features/deep-linking/components/DeepLinkingMobilePage.js

+ 2
- 2
react/features/deep-linking/components/DeepLinkingMobilePage.js 파일 보기

118
                 <div className = 'header'>
118
                 <div className = 'header'>
119
                     <img
119
                     <img
120
                         className = 'logo'
120
                         className = 'logo'
121
-                        src = '../images/logo-deep-linking.png' />
121
+                        src = 'images/logo-deep-linking.png' />
122
                 </div>
122
                 </div>
123
                 <div className = { `${_SNS}__body` }>
123
                 <div className = { `${_SNS}__body` }>
124
                     {
124
                     {
125
                         SHOW_DEEP_LINKING_IMAGE
125
                         SHOW_DEEP_LINKING_IMAGE
126
                             ? <img
126
                             ? <img
127
                                 className = 'image'
127
                                 className = 'image'
128
-                                src = '../images/deep-linking-image.png' />
128
+                                src = 'images/deep-linking-image.png' />
129
                             : null
129
                             : null
130
                     }
130
                     }
131
                     <p className = { `${_SNS}__text` }>
131
                     <p className = { `${_SNS}__text` }>

Loading…
취소
저장