jfinn пре 5 година
родитељ
комит
99eb7fd39f
1 измењених фајлова са 2 додато и 26 уклоњено
  1. 2
    26
      react/features/deep-linking/components/DeepLinkingMobilePage.web.js

+ 2
- 26
react/features/deep-linking/components/DeepLinkingMobilePage.web.js Прегледај датотеку

@@ -197,34 +197,10 @@ class DeepLinkingMobilePage extends Component<Props> {
197 197
                             : null
198 198
                     }
199 199
                     <p className = { `${_SNS}__text` }>
200
-                    
201
-                    
202
-                        
203
-
204 200
                     Mobile browsers are not yet supported.
201
+                    Try connecting from a laptop.
202
+                    
205 203
                     </p>
206
-                    <a
207
-                        { ...onOpenLinkProperties }
208
-                        href = { this._generateDownloadURL() }
209
-                        onClick = { this._onDownloadApp }>
210
-                        <button className = { downloadButtonClassName }>
211
-                            { t(`${_TNS}.downloadApp`) }
212
-                        </button>
213
-                    </a>
214
-                    <a
215
-                        { ...onOpenLinkProperties }
216
-                        className = { `${_SNS}__href` }
217
-                        href = { generateDeepLinkingURL() }
218
-                        onClick = { this._onOpenApp }>
219
-                        {/* <button className = { `${_SNS}__button` }> */}
220
-                        { t(`${_TNS}.openApp`) }
221
-                        {/* </button> */}
222
-                    </a>
223
-                    { renderPromotionalFooter() }
224
-                    <DialInSummary
225
-                        className = 'deep-linking-dial-in'
226
-                        clickableNumbers = { true }
227
-                        room = { _room } />
228 204
                 </div>
229 205
             </div>
230 206
         );

Loading…
Откажи
Сачувај