Compare commits
No commits in common. "341163fed2e61afe6049e60ba00217f9fb510160" and "d7232a4be3e252406befa8a65280a8735679ddb3" have entirely different histories.
341163fed2
...
d7232a4be3
|
@ -7,7 +7,7 @@ class Home extends React.Component {
|
||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Navbar brand="LORDNABBO" />
|
<Navbar brand="MPBE" />
|
||||||
<Parallax />
|
<Parallax />
|
||||||
<CardContainer sectionTitle="Latest Uploads" />
|
<CardContainer sectionTitle="Latest Uploads" />
|
||||||
<CardContainer sectionTitle="Random" />
|
<CardContainer sectionTitle="Random" />
|
||||||
|
|
Loading…
Reference in New Issue