瀏覽代碼

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

master
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,14 +118,14 @@ class DeepLinkingMobilePage extends Component<*, *> {
118 118
                 <div className = 'header'>
119 119
                     <img
120 120
                         className = 'logo'
121
-                        src = '../images/logo-deep-linking.png' />
121
+                        src = 'images/logo-deep-linking.png' />
122 122
                 </div>
123 123
                 <div className = { `${_SNS}__body` }>
124 124
                     {
125 125
                         SHOW_DEEP_LINKING_IMAGE
126 126
                             ? <img
127 127
                                 className = 'image'
128
-                                src = '../images/deep-linking-image.png' />
128
+                                src = 'images/deep-linking-image.png' />
129 129
                             : null
130 130
                     }
131 131
                     <p className = { `${_SNS}__text` }>

Loading…
取消
儲存