fix(deep-linking-mobile): Path of the images.
This commit is contained in:
parent
0bad2dffb4
commit
3d8d5e3107
|
@ -118,14 +118,14 @@ class DeepLinkingMobilePage extends Component<*, *> {
|
||||||
<div className = 'header'>
|
<div className = 'header'>
|
||||||
<img
|
<img
|
||||||
className = 'logo'
|
className = 'logo'
|
||||||
src = '../images/logo-deep-linking.png' />
|
src = 'images/logo-deep-linking.png' />
|
||||||
</div>
|
</div>
|
||||||
<div className = { `${_SNS}__body` }>
|
<div className = { `${_SNS}__body` }>
|
||||||
{
|
{
|
||||||
SHOW_DEEP_LINKING_IMAGE
|
SHOW_DEEP_LINKING_IMAGE
|
||||||
? <img
|
? <img
|
||||||
className = 'image'
|
className = 'image'
|
||||||
src = '../images/deep-linking-image.png' />
|
src = 'images/deep-linking-image.png' />
|
||||||
: null
|
: null
|
||||||
}
|
}
|
||||||
<p className = { `${_SNS}__text` }>
|
<p className = { `${_SNS}__text` }>
|
||||||
|
|
Loading…
Reference in New Issue