ソースを参照

Fix an image path on the mobile landing page

j8
Lyubomir Marinov 8年前
コミット
4c9943ac38
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      react/features/unsupported-browser/components/UnsupportedMobileBrowser.js

+ 1
- 1
react/features/unsupported-browser/components/UnsupportedMobileBrowser.js ファイルの表示

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

読み込み中…
キャンセル
保存