Skip to content

Commit

Permalink
remove banner
Browse files Browse the repository at this point in the history
  • Loading branch information
mantikoros committed Dec 14, 2024
1 parent 7f933db commit a21cc01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/pages/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { api } from 'web/lib/api/api'
import { Headline } from 'common/news'
import { HeadlineTabs } from 'web/components/dashboard/header'
import { useRedirectIfSignedOut } from 'web/hooks/use-redirect-if-signed-out'
import { DowntimeBanner, TwombaBanner } from 'web/components/nav/banner'
import { DowntimeBanner } from 'web/components/nav/banner'
import { Welcome } from 'web/components/onboarding/welcome'
import { LiveGeneratedFeed } from 'web/components/feed/live-generated-feed'

Expand All @@ -38,7 +38,6 @@ export default function Home(props: { headlines: Headline[] }) {
<Page trackPageView={'home'} className="!mt-0">
<Welcome />
<SEO title={`Home`} description={`Browse all questions`} url={`/home`} />
<TwombaBanner />
<DowntimeBanner />
<HeadlineTabs
endpoint={'news'}
Expand Down

0 comments on commit a21cc01

Please sign in to comment.