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

This commit is contained in:
hristoterezov
2018-05-02 11:16:00 -05:00
committed by Дамян Минков
parent 0bad2dffb4
commit 3d8d5e3107
@@ -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` }>