File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
20
20
import FeedbackCard from "../../components/FeedbackCard"
21
21
import ExpandableCard from "../../components/ExpandableCard"
22
22
import StakingStatsBox from "../../components/Staking/StakingStatsBox"
23
- import StakingSurveyBanner from "../../components/Staking/StakingSurveyBanner"
24
23
import StakingHierarchy from "../../components/Staking/StakingHierarchy"
25
24
import StakingHomeTableOfContents from "../../components/Staking/StakingHomeTableOfContents"
26
25
import StakingCommunityCallout from "../../components/Staking/StakingCommunityCallout"
@@ -345,7 +344,6 @@ const StakingPage = ({
345
344
description = { translateMessageId ( "page-staking-meta-description" , intl ) }
346
345
/>
347
346
< HeroStatsWrapper >
348
- < StakingSurveyBanner />
349
347
< PageHero content = { heroContent } />
350
348
< StakingStatsBox />
351
349
</ HeroStatsWrapper >
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ import StakingHowSoloWorks from "../components/Staking/StakingHowSoloWorks"
46
46
import StakingConsiderations from "../components/Staking/StakingConsiderations"
47
47
import StakingCommunityCallout from "../components/Staking/StakingCommunityCallout"
48
48
import StakingGuides from "../components/Staking/StakingGuides"
49
- import StakingSurveyBanner from "../components/Staking/StakingSurveyBanner"
50
49
51
50
import { isLangRightToLeft , TranslationKey } from "../utils/translations"
52
51
import { Context } from "../types"
@@ -404,7 +403,6 @@ const StakingPage = ({
404
403
405
404
return (
406
405
< Container >
407
- < StakingSurveyBanner />
408
406
< HeroContainer >
409
407
< TitleCard >
410
408
< Breadcrumbs slug = { location . pathname } />
You can’t perform that action at this time.
0 commit comments