Skip to content

Commit 19a0da3

Browse files
committed
Dashboard: Remove OPCreditsGrantedModal
1 parent ee065b8 commit 19a0da3

File tree

6 files changed

+0
-320
lines changed

6 files changed

+0
-320
lines changed

apps/dashboard/src/app/(app)/team/[team_slug]/layout.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { getTeamBySlug } from "@/api/team";
2-
import { OpCreditsGrantedModalWrapperServer } from "components/onboarding/OpCreditsGrantedModalWrapperServer";
32
import { PosthogIdentifierServer } from "components/wallets/PosthogIdentifierServer";
43
import { redirect } from "next/navigation";
54
import { Suspense } from "react";
@@ -42,9 +41,6 @@ export default async function RootTeamLayout(props: {
4241

4342
<SaveLastVisitedTeamPage teamId={team.id} />
4443

45-
<Suspense fallback={null}>
46-
<OpCreditsGrantedModalWrapperServer />
47-
</Suspense>
4844
<Suspense fallback={null}>
4945
<EnsureValidConnectedWalletLoginServer />
5046
</Suspense>

apps/dashboard/src/components/Image/index.tsx

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/dashboard/src/components/icons/brand-icons/OpenseaIcon.tsx

Lines changed: 0 additions & 18 deletions
This file was deleted.

apps/dashboard/src/components/onboarding/OpCreditsGrantedModal.tsx

Lines changed: 0 additions & 207 deletions
This file was deleted.

apps/dashboard/src/components/onboarding/OpCreditsGrantedModalWrapper.tsx

Lines changed: 0 additions & 55 deletions
This file was deleted.

apps/dashboard/src/components/onboarding/OpCreditsGrantedModalWrapperServer.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)