Created
August 27, 2015 19:54
-
-
Save anaibol/69e178356975fb1bb0d2 to your computer and use it in GitHub Desktop.
Target blank React link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href={data.link} target="_blank" className="image"> | |
<span className="tag">ZG Instagram</span> | |
<img className="image" src={data.images.standard_resolution.url} width="100%" height="100%" /> | |
</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment