Skip to content

Commit

Permalink
Remove breakpoint CTA
Browse files Browse the repository at this point in the history
  • Loading branch information
dankelleher committed Nov 6, 2023
1 parent 6bfc34a commit a2331c7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions packages/app/src/hub/components/HubIntro.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { WalletMultiButton } from "@solana/wallet-adapter-react-ui";
import { type FC } from "react";

import { CarbonRecovered, LogoIcon, LogoText } from "../../common/components";
import { BreakpointHero } from "../../referral/BreakpointHero";

const HubIntro: FC<{
show: boolean;
Expand Down Expand Up @@ -87,7 +86,6 @@ const HubIntro: FC<{
Connect Wallet
{/* Start reducing CO<sub>2</sub>&nbsp;emissions */}
</WalletMultiButton>
<BreakpointHero />
<CarbonRecovered />
</Transition.Child>
</Transition>
Expand Down
13 changes: 0 additions & 13 deletions packages/app/src/referral/BreakpointHero.tsx

This file was deleted.

0 comments on commit a2331c7

Please sign in to comment.