Skip to content

Commit

Permalink
title move
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRajatSharma committed Aug 29, 2020
1 parent 37bc6e1 commit b5bddcb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/components/Grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class PinGrid extends React.Component {
const { children } = this.props;
return (
<div>
<h1>Pinterest</h1>
<Grid
className="grid"
component="ul"
Expand Down
1 change: 1 addition & 0 deletions packages/frontend/src/components/HomePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default () => {

return (
<>
<h1 style={{ color: "white"}}>Pinterest</h1>
<BlogPostAdd />
<PinterestGrid >
{items}
Expand Down

0 comments on commit b5bddcb

Please sign in to comment.