Created
January 12, 2020 13:37
-
-
Save emmabostian/abd39c7a4bef618c085a71f93dbfd7f0 to your computer and use it in GitHub Desktop.
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
return ( | |
<div className="gallery" onClick={onClick}> | |
<p className="gallery-directions"> | |
Click anywhere to see the next image | |
</p> | |
</div> | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment