Skip to content

Commit 955674a

Browse files
Remove AnalyticsBanner from Overview page
1 parent 8ca7cf8 commit 955674a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pages/Overview/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { PageComponent } from "../../types"
77
import { featureFlags } from "../../constants"
88
import AnnouncementBanner from "../../components/AnnouncementBanner"
99
import tbtcAppBannerIllustration from "../../static/images/tBTCAppBanner.svg"
10-
import { AnalyticsBanner } from "./AnalyticsBanner"
1110

1211
const Overview: PageComponent = () => {
1312
useDocumentTitle("Threshold - Overview")
@@ -16,7 +15,6 @@ const Overview: PageComponent = () => {
1615
<Container maxW={{ base: "2xl", xl: "6xl" }} my={16}>
1716
<Image src={thresholdWordMark} mb={4} />
1817
<H1 mb={12}>Overview</H1>
19-
<AnalyticsBanner />
2018
{featureFlags.TBTC_V2 && (
2119
<AnnouncementBanner
2220
variant="primary"

0 commit comments

Comments
 (0)