Skip to content

Commit

Permalink
👂 Remove ypp HTGS section (#4671)
Browse files Browse the repository at this point in the history
* Delete component files

* Remove component usage
  • Loading branch information
WRadoslaw authored Aug 17, 2023
1 parent 9723eec commit 27fb0a7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 214 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { YppFooter } from './YppFooter'
import { YppHero } from './YppHero'
import { Wrapper } from './YppLandingView.styles'
import { YppRewardSection } from './YppRewardSection'
import { YppThreeStepsSection } from './YppThreeStepsSection'
import { useGetYppSyncedChannels } from './useGetYppSyncedChannels'

const SINGUP_DAILY_QUOTA = 500 // 2% of the total daily quota
Expand Down Expand Up @@ -151,7 +150,6 @@ export const YppLandingView: FC = () => {
selectedChannelTitle={selectedChannelTitle}
/>
<YppRewardSection />
<YppThreeStepsSection onSignUpClick={handleYppSignUpClick} yppStatus={getYppAtlasStatus()} />
<YppCardsSections />
<YppFooter onSignUpClick={handleYppSignUpClick} />
</ParallaxProvider>
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 27fb0a7

Please sign in to comment.