Fix an image path on the mobile landing page

pull/1308/head jitsi-meet_1719
Lyubomir Marinov 8 years ago
parent 4bd0fd145d
commit 4c9943ac38
  1. 2
      react/features/unsupported-browser/components/UnsupportedMobileBrowser.js

@ -74,7 +74,7 @@ class UnsupportedMobileBrowser extends Component {
<div className = { `${ns}__body` }>
<img
className = { `${ns}__logo` }
src = '/images/logo-blue.svg' />
src = 'images/logo-blue.svg' />
<p className = { `${ns}__text` }>
You need <strong>Jitsi Meet</strong> to join a
conversation on your mobile

Loading…
Cancel
Save