Skip to content

Commit

Permalink
chore: remove predictions in-page banner (#10712)
Browse files Browse the repository at this point in the history
<!--
Before opening a pull request, please read the [contributing
guidelines](https://github.com/pancakeswap/pancake-frontend/blob/develop/CONTRIBUTING.md)
first
-->


<!-- start pr-codex -->

---

## 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}`

<!-- end pr-codex -->
  • Loading branch information
thechefpenguin authored Sep 21, 2024
1 parent f71bcb6 commit 1f7a714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/web/src/views/Predictions/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -68,7 +67,6 @@ const Predictions = () => {

return (
<SwiperProvider>
<InPageBanner />
<Container>
<Warnings />
<RiskDisclaimer />
Expand Down

0 comments on commit 1f7a714

Please sign in to comment.