Fix an image path on the mobile landing page
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user