-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added photo grids for album/photo galleries #3
base: master
Are you sure you want to change the base?
Conversation
return( | ||
<div> | ||
<div className="title">ALBUMS</div> | ||
<Grid className="album__grid" urls={items} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you structure your Grid component so that it represents an entire grid, and not just a row?
{ url: 'https://cdn.marketplace.akc.org/media/45488/1456977861_4573_8635.jpg' } | ||
]; | ||
|
||
class App extends Component { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remember to move all the contents from this file to the Gallery page
You should also add routing to the Gallery page, in src/App.js and src/pages/Navbar.js |
No description provided.