Skip to content

Commit 79b8694

Browse files
authored
Merge pull request #9044 from ethereum/remove-staking-survey
Remove staking survey banner
2 parents df50ea7 + 1193233 commit 79b8694

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

src/components/Staking/StakingSurveyBanner.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/pages/staking/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import {
2020
import FeedbackCard from "../../components/FeedbackCard"
2121
import ExpandableCard from "../../components/ExpandableCard"
2222
import StakingStatsBox from "../../components/Staking/StakingStatsBox"
23-
import StakingSurveyBanner from "../../components/Staking/StakingSurveyBanner"
2423
import StakingHierarchy from "../../components/Staking/StakingHierarchy"
2524
import StakingHomeTableOfContents from "../../components/Staking/StakingHomeTableOfContents"
2625
import StakingCommunityCallout from "../../components/Staking/StakingCommunityCallout"
@@ -345,7 +344,6 @@ const StakingPage = ({
345344
description={translateMessageId("page-staking-meta-description", intl)}
346345
/>
347346
<HeroStatsWrapper>
348-
<StakingSurveyBanner />
349347
<PageHero content={heroContent} />
350348
<StakingStatsBox />
351349
</HeroStatsWrapper>

src/templates/staking.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ import StakingHowSoloWorks from "../components/Staking/StakingHowSoloWorks"
4646
import StakingConsiderations from "../components/Staking/StakingConsiderations"
4747
import StakingCommunityCallout from "../components/Staking/StakingCommunityCallout"
4848
import StakingGuides from "../components/Staking/StakingGuides"
49-
import StakingSurveyBanner from "../components/Staking/StakingSurveyBanner"
5049

5150
import { isLangRightToLeft, TranslationKey } from "../utils/translations"
5251
import { Context } from "../types"
@@ -404,7 +403,6 @@ const StakingPage = ({
404403

405404
return (
406405
<Container>
407-
<StakingSurveyBanner />
408406
<HeroContainer>
409407
<TitleCard>
410408
<Breadcrumbs slug={location.pathname} />

0 commit comments

Comments
 (0)