Fix an image path on the mobile landing page
This commit is contained in:
parent
4bd0fd145d
commit
4c9943ac38
|
@ -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…
Reference in New Issue