Skip to content

Commit

Permalink
Merge pull request #141 from dappforce/proposal-banner
Browse files Browse the repository at this point in the history
Remove proposal banner
  • Loading branch information
olehmell authored Sep 19, 2023
2 parents e8854f4 + 4f0bcd1 commit d410fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/main/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { GetHomePageData } from 'src/graphql/__generated__/GetHomePageData'
import { getInitialPropsWithRedux } from 'src/rtk/app'
import { PostKind } from 'src/types/graphql-global-types'
import { useIsSignedIn } from '../auth/MyAccountsContext'
import OpenCommBanner from '../utils/banners/OpenCommBanner'
// import OpenCommBanner from '../utils/banners/OpenCommBanner'
import Section from '../utils/Section'
import style from './HomePage.module.sass'
import { dateFilterOpt, Filters, PostFilterView, SpaceFilterView } from './HomePageFilters'
Expand Down Expand Up @@ -176,7 +176,7 @@ const HomePage: NextPage<Props> = props => (
withOnBoarding
>
{/* <CrowdloanProgress /> */}
<OpenCommBanner />
{/* <OpenCommBanner /> */}
<TabsHomePage {...props} />
</PageContent>
</>
Expand Down

0 comments on commit d410fdc

Please sign in to comment.