Skip to content

Commit

Permalink
clients/web: remove upsells from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Aug 5, 2024
1 parent 34fca8e commit 45bf6a7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 438 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

import { DashboardBody } from '@/components/Layout/DashboardLayout'
import { CreatorUpsell } from '@/components/Onboarding/Creator/CreatorUpsell'
import { NewsFromPolar } from '@/components/Onboarding/Creator/NewsFromPolar'
import { PostWizard } from '@/components/Onboarding/Creator/PostWizard'
import { SetupSubscriptions } from '@/components/Onboarding/Creator/SetupSubscriptions'
import { AccountWidget } from '@/components/Widgets/AccountWidget'
import { ActivityWidget } from '@/components/Widgets/ActivityWidget'
import { OrdersWidget } from '@/components/Widgets/OrdersWidget'
Expand All @@ -31,9 +28,6 @@ const OverviewPage: React.FC<OverviewPageProps> = ({}) => {
</div>

<CreatorUpsell />
<PostWizard />
<SetupSubscriptions />
<NewsFromPolar />
</DashboardBody>
)
}
Expand Down
30 changes: 0 additions & 30 deletions clients/apps/web/src/components/Onboarding/Creator/Goal.tsx

This file was deleted.

This file was deleted.

199 changes: 0 additions & 199 deletions clients/apps/web/src/components/Onboarding/Creator/PostWizard.tsx

This file was deleted.

Loading

0 comments on commit 45bf6a7

Please sign in to comment.