Skip to content

Commit

Permalink
Merge pull request #458 from climatescope/zimrick-patch-1
Browse files Browse the repository at this point in the history
Update index.js
  • Loading branch information
this-is-cris authored Nov 14, 2023
2 parents c379766 + 4328084 commit 258bb5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/IndexPage/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Tools from "@components/pages/IndexPage/Tools"
import BnefBanner from "@components/pages/IndexPage/BnefBanner"

import Highlights from "@components/pages/IndexPage/Highlights"
import TechnologiesMap from "@components/pages/IndexPage/TechnologiesMap"
// import TechnologiesMap from "@components/pages/IndexPage/TechnologiesMap"
import MiniGlobes from "@components/pages/IndexPage/MiniGlobes"

const IndexPage = ({
Expand All @@ -26,7 +26,7 @@ const IndexPage = ({
<GlobePreview globeInsights={globeInsights} />
<Sectors metaData={metaData} />
<Highlights miniRankingsPaths={miniRankingsPaths} />
<TechnologiesMap />
{/* <TechnologiesMap /> */}
<MiniGlobes data={miniGlobesData} />
<Tools allTools={allTools} />
<BnefBanner />
Expand Down

0 comments on commit 258bb5a

Please sign in to comment.