Browse Source

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

master
hristoterezov 7 years ago
parent
commit
3d8d5e3107
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      react/features/deep-linking/components/DeepLinkingMobilePage.js

+ 2
- 2
react/features/deep-linking/components/DeepLinkingMobilePage.js View File

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…
Cancel
Save