瀏覽代碼

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

Loading…
取消
儲存