Skip to content

Commit

Permalink
election: move trending down
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros committed Oct 31, 2024
1 parent def1810 commit d9bd8b5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions web/components/elections-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ export function USElectionsPage(
includeHead
/>

{trending}

<HomepageMap
rawPresidencyStateContracts={rawPresidencyStateContracts}
Expand All @@ -101,11 +100,13 @@ export function USElectionsPage(
houseContract={houseContract as MultiContract}
/>

<PoliticsCard
{trending}

{/* <PoliticsCard
contract={electionCandidateContract as MultiContract}
viewType="CANDIDATE"
className="-mt-4"
/>
/> */}

<ConditionalMarkets rawPolicyContracts={rawPolicyContracts} />
{/*
Expand Down

0 comments on commit d9bd8b5

Please sign in to comment.