Skip to content
Snippets Groups Projects
Commit d4e971f0 authored by Saket Kumar's avatar Saket Kumar Committed by Guilherme Gazzo
Browse files

Moved images from app to static/images (#164)

parent b9ca7abb
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ export default class Video extends React.PureComponent {
onPress={() => this.open()}
>
<Image
source={require('../../images/logo.png')}
source={require('../../../static/images/logo.png')}
style={styles.image}
/>
<Markdown msg={description} />
......
......@@ -229,6 +229,11 @@
}
}
},
"@storybook/addons": {
"version": "3.2.19",
"resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-3.2.19.tgz",
"integrity": "sha512-HIJA+xlAZboKECTKaqLvrZZrvb0SVUKvGasxAd43mlS1+Un6sXXTs+f/5dI+fwUaBsCLalaTOJ1vQy3NoC5xoQ=="
},
"@storybook/mantra-core": {
"version": "1.7.2",
"resolved": "https://registry.npmjs.org/@storybook/mantra-core/-/mantra-core-1.7.2.tgz",
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment