Skip to content
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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

sherylchang
Copy link

No description provided.

return(
<div>
<div className="title">ALBUMS</div>
<Grid className="album__grid" urls={items} />
Copy link
Contributor

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 {
Copy link
Contributor

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

@ellenhong
Copy link
Contributor

You should also add routing to the Gallery page, in src/App.js and src/pages/Navbar.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants