Skip to content

Instantly share code, notes, and snippets.

@kbariotis
Created November 23, 2017 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbariotis/cf324ccc28bccf9afa6c745c728ac43a to your computer and use it in GitHub Desktop.
Save kbariotis/cf324ccc28bccf9afa6c745c728ac43a to your computer and use it in GitHub Desktop.
// src/index.js
const appStoreImg = require('../assets/images/app-store.png')
// ...
render() {
<div>
// ...
<a href="#"><img src={appStoreImg} height="50" alt=""></a>
// ...
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment