소스 검색

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…
취소
저장