Skip to content

Commit

Permalink
sunset banner
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptoseneca committed May 15, 2024
1 parent 8672138 commit bde8adf
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/prop-house-webapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import Home from './pages/Home';
import HouseManager from './pages/HouseManager';
import { useAppSelector } from './hooks';
import mixpanel from 'mixpanel-browser';
import Banner from './components/Banner';

const { chains, publicClient } = configureChains([mainnet], [publicProvider()]);

Expand Down Expand Up @@ -101,6 +102,23 @@ function App() {
<div
className={clsx(bgColorFor(BgColorElement.Home, location.pathname), 'wrapper')}
>
<Banner
content={
<div>
prop.house will begin its sunsetting starting June 1st, 2024.{' '}
<a
href={
'https://mirror.xyz/seneca.eth/tmgZJiD3JeOaul-N-8_ImtxtM2UJT4HPtq_XJCIkhj0'
}
target="_blank"
rel="noreferrer"
>
Learn more here
</a>
.
</div>
}
/>
<NavBar />
<Routes>
<Route
Expand Down

0 comments on commit bde8adf

Please sign in to comment.