From 3d8d5e3107e6d1fffbb7311381cf728ac2e04b41 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 2 May 2018 17:55:08 +0300 Subject: [PATCH] fix(deep-linking-mobile): Path of the images. --- .../features/deep-linking/components/DeepLinkingMobilePage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/deep-linking/components/DeepLinkingMobilePage.js b/react/features/deep-linking/components/DeepLinkingMobilePage.js index 64a585315..f3bcae584 100644 --- a/react/features/deep-linking/components/DeepLinkingMobilePage.js +++ b/react/features/deep-linking/components/DeepLinkingMobilePage.js @@ -118,14 +118,14 @@ class DeepLinkingMobilePage extends Component<*, *> {
+ src = 'images/logo-deep-linking.png' />
{ SHOW_DEEP_LINKING_IMAGE ? + src = 'images/deep-linking-image.png' /> : null }