Skip to content

Commit

Permalink
remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
Tbaut committed Sep 11, 2023
1 parent 1d2d4e3 commit 974d7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/pages/Home/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { useNetwork } from '../../contexts/NetworkContext'
import PureProxyHeaderView from './PureProxyHeaderView'
import MultisigView from './MultisigView'
import TransactionList from '../../components/Transactions/TransactionList'
import CurrentReferendumBanner from '../../components/CurrentReferendumBanner'
// import CurrentReferendumBanner from '../../components/CurrentReferendumBanner'
import { ConnectOrWatch } from '../../components/ConnectOrWatch'
import { HiOutlineArrowTopRightOnSquare as LaunchIcon } from 'react-icons/hi2'

Expand Down Expand Up @@ -150,7 +150,7 @@ const Home = ({ className }: HomeProps) => {
{showNewMultisigAlert && multiProxyList.length > 0 && showNewMultisigAlert && (
<NewMulisigAlert onClose={onClosenewMultisigAlert} />
)}
<CurrentReferendumBanner />
{/* <CurrentReferendumBanner /> */}
<Grid
item
alignItems="center"
Expand Down

0 comments on commit 974d7e0

Please sign in to comment.