diff --git a/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx b/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx index 940df25..c6a4040 100644 --- a/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx +++ b/packages/frontend/src/pages/org-slug/projects/create/success/Id.tsx @@ -1,82 +1,95 @@ import React from 'react'; import { Link, useParams } from 'react-router-dom'; -import { Button } from '@material-tailwind/react'; +import { Badge } from 'components/shared/Badge'; +import { Button } from 'components/shared/Button'; +import { + ArrowLeftCircleFilledIcon, + LinkChainIcon, + QuestionMarkRoundFilledIcon, +} from 'components/shared/CustomIcon'; +import { Heading } from 'components/shared/Heading'; const Id = () => { const { id, orgSlug } = useParams(); + + const handleSetupDomain = () => { + //TODO: Implement this + }; return ( -
-
-
^
-
-
-

Project deployed successfully.

-
-
- - Your project has been deployed at{' '} - - - ^ www.iglootools.snowballtools.xyz - - +
+ {/* Icon */} +
^
+ + {/* Heading */} +
+ + Project deployed successfully. + +

+ Your project has been deployed at{' '} + + + + www.iglootools.snowballtools.xyz + +

+
+ + {/* Card */} +
+ {/* Trigger question */} +
+
+
+ + Wondering what’s next? +
-
-
- ^? 
Wondering what’s next?
-
-
-
-
1
-
-
Add a custom domain
-

+ {/* CTA card */} +

+
+ 1 +
+
+ + Add a custom domain + +

Make it easy for your visitors to remember your URL with a custom domain.

-
- -
+
+
-
-
- - - -
-
- - - -
+ {/* CTA Buttons */} +
+
+ + + +
+
+ + +