Ver código fonte

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

j8
hristoterezov 7 anos atrás
pai
commit
3d8d5e3107

+ 2
- 2
react/features/deep-linking/components/DeepLinkingMobilePage.js Ver arquivo

@@ -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` }>

Carregando…
Cancelar
Salvar