Skip to content

Commit

Permalink
swapped rocrate with publications component
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc authored Nov 21, 2023
1 parent 9c108ba commit 5b0027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/homepage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ const Homepage = (data) => {
<Navigation data={landingPageData.Header} crates={landingPageData.Crates} profiles={landingPageData.Profiles}/>
<Header data={landingPageData.Header} />
<About data={landingPageData.Header} />
<Publications data={landingPageData.Publications} />
{
landingPageData.Crates.length > 0 ?
<Crates data={landingPageData.Crates} />
:
<></>
}
<Publications data={landingPageData.Publications} />
{
landingPageData.Profiles.length > 0 ?
<Profiles data={landingPageData.Profiles} />
Expand Down

0 comments on commit 5b0027c

Please sign in to comment.