Browse Source

fix(deeplinking): logo image

master
hristoterezov 7 years ago
parent
commit
784d94b30f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/deep-linking/components/DeepLinkingDesktopPage.js

+ 1
- 1
react/features/deep-linking/components/DeepLinkingDesktopPage.js View File

@@ -81,7 +81,7 @@ class DeepLinkingDesktopPage<P : Props> extends Component<P> {
81 81
                     <div className = 'header'>
82 82
                         <img
83 83
                             className = 'logo'
84
-                            src = '../images/logo-deep-linking.png' />
84
+                            src = 'images/logo-deep-linking.png' />
85 85
                     </div>
86 86
                     <div className = 'content'>
87 87
                         {

Loading…
Cancel
Save