Skip to content

Commit 004ef18

Browse files
committed
Removed the confetti 🎊
1 parent e3fffe2 commit 004ef18

File tree

2 files changed

+0
-65
lines changed

2 files changed

+0
-65
lines changed

‎apps/webapp/app/hooks/useNewCustomerSubscribed.ts‎

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

‎apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam/route.tsx‎

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,8 @@ import { useEnvironment } from "~/hooks/useEnvironment";
77
import { useIsImpersonating, useOrganization, useOrganizations } from "~/hooks/useOrganizations";
88
import { useProject } from "~/hooks/useProject";
99
import { useUser } from "~/hooks/useUser";
10-
import { type Handle } from "~/utils/handle";
1110
import { v3ProjectPath } from "~/utils/pathBuilder";
1211

13-
export const handle: Handle = {
14-
scripts: () => [
15-
{
16-
src: "https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js",
17-
crossOrigin: "anonymous",
18-
},
19-
],
20-
};
21-
2212
export default function Project() {
2313
const organizations = useOrganizations();
2414
const organization = useOrganization();

0 commit comments

Comments
 (0)