Skip to content

Commit

Permalink
Merge pull request #192 from dappforce/improvement/spaces
Browse files Browse the repository at this point in the history
Remove comment banner
  • Loading branch information
olehmell authored Jan 24, 2024
2 parents 00aaa23 + 3cabf9e commit af0d21d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/main/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { UpOutlined } from '@ant-design/icons'
import { Affix, BackTop, Button, Tabs, Tooltip } from 'antd'
import clsx from 'clsx'
import { NextPage } from 'next'
import dynamic from 'next/dynamic'
import { useRouter } from 'next/router'
Expand All @@ -19,7 +18,6 @@ import { CreatorDashboardHomeVariant } from '../creators/CreatorDashboardSidebar
import MobileActiveStakingSection from '../creators/MobileActiveStakingSection'
import { useIsMobileWidthOrDevice } from '../responsive'
import { CreatorsSpaces } from '../spaces/LatestSpacesPage'
import CommentBanner from '../utils/banners/CommentBanner'
import Section from '../utils/Section'
import style from './HomePage.module.sass'
import { dateFilterOpt, Filters, PostFilterView, SpaceFilterView } from './HomePageFilters'
Expand Down Expand Up @@ -189,9 +187,9 @@ const TabsHomePage = ({
return (
<>
<MobileActiveStakingSection />
<div className={clsx(isMobile ? 'mt-3' : '')}>
{/* <div className={clsx(isMobile ? 'mt-3' : '')}>
<CommentBanner />
</div>
</div> */}
<span>
{!isMobile && <AffixTabs tabKey={tab} setKey={onChangeKey} visible={hidden} {...props} />}
</span>
Expand Down

0 comments on commit af0d21d

Please sign in to comment.