File tree Expand file tree Collapse file tree 3 files changed +0
-43
lines changed Expand file tree Collapse file tree 3 files changed +0
-43
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ import CalloutBanner from "@/components/CalloutBanner"
27
27
import Codeblock from "@/components/Codeblock"
28
28
import CodeModal from "@/components/CodeModal"
29
29
import CommunityEvents from "@/components/CommunityEvents"
30
- import DencunBanner from "@/components/DencunBanner"
31
30
import HomeHero from "@/components/Hero/HomeHero"
32
31
import { Image } from "@/components/Image"
33
32
import MainArticle from "@/components/MainArticle"
@@ -347,7 +346,6 @@ const HomePage = ({
347
346
title = { t ( "page-index:page-index-meta-title" ) }
348
347
description = { t ( "page-index:page-index-meta-description" ) }
349
348
/>
350
- < DencunBanner />
351
349
< Box w = "full" >
352
350
< HomeHero heroImg = { hero } />
353
351
</ Box >
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import type {
15
15
import { List as ButtonDropdownList } from "@/components/ButtonDropdown"
16
16
import ButtonLink , { ButtonLinkProps } from "@/components/Buttons/ButtonLink"
17
17
import Card from "@/components/Card"
18
- import DencunBanner from "@/components/DencunBanner"
19
18
import ExpandableCard from "@/components/ExpandableCard"
20
19
import FeedbackCard from "@/components/FeedbackCard"
21
20
import LeftNavBar from "@/components/LeftNavBar"
@@ -372,7 +371,6 @@ const StakingPage = ({
372
371
description = { t ( "page-staking-meta-description" ) }
373
372
image = "/upgrades/upgrade_rhino.png"
374
373
/>
375
- < DencunBanner />
376
374
< HeroStatsWrapper >
377
375
< PageHero content = { heroContent } />
378
376
< StakingStatsBox data = { data } />
You can’t perform that action at this time.
0 commit comments