From 1f7a71413b90921d1b56cb7d6c14940e4ac8f00e Mon Sep 17 00:00:00 2001 From: Chef Penguin <169036504+thechefpenguin@users.noreply.github.com> Date: Sun, 22 Sep 2024 03:32:16 +0530 Subject: [PATCH] chore: remove predictions in-page banner (#10712) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ## PR-Codex overview The focus of this PR is to remove the `InPageBanner` component from the `Predictions` view. ### Detailed summary - Removed the `InPageBanner` component import and usage from the `Predictions` view. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/web/src/views/Predictions/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/views/Predictions/index.tsx b/apps/web/src/views/Predictions/index.tsx index 86d57e8c4457e..87adcebab54ae 100644 --- a/apps/web/src/views/Predictions/index.tsx +++ b/apps/web/src/views/Predictions/index.tsx @@ -11,7 +11,6 @@ import ChainlinkChartDisclaimer from './components/ChainlinkChartDisclaimer' import ChartDisclaimer from './components/ChartDisclaimer' import CollectWinningsPopup from './components/CollectWinningsPopup' import Container from './components/Container' -import { InPageBanner } from './components/InPageBanner' import RiskDisclaimer from './components/RiskDisclaimer' import { useConfig } from './context/ConfigProvider' import SwiperProvider from './context/SwiperProvider' @@ -68,7 +67,6 @@ const Predictions = () => { return ( -