fix(deep-linking-mobile): Path of the images.

This commit is contained in:
hristoterezov 2018-05-02 17:55:08 +03:00 committed by Дамян Минков
parent 0bad2dffb4
commit 3d8d5e3107
1 changed files with 2 additions and 2 deletions

View File

@ -118,14 +118,14 @@ class DeepLinkingMobilePage extends Component<*, *> {
<div className = 'header'>
<img
className = 'logo'
src = '../images/logo-deep-linking.png' />
src = 'images/logo-deep-linking.png' />
</div>
<div className = { `${_SNS}__body` }>
{
SHOW_DEEP_LINKING_IMAGE
? <img
className = 'image'
src = '../images/deep-linking-image.png' />
src = 'images/deep-linking-image.png' />
: null
}
<p className = { `${_SNS}__text` }>