File tree Expand file tree Collapse file tree
apps/web/app/(org)/dashboard/settings/organization/components/CustomDomainDialog Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,14 +32,15 @@ const DomainStep = ({
3232 < div className = "text-center" >
3333 < h3 className = "text-lg font-semibold text-gray-12" > Your domain</ h3 >
3434 < p className = "text-sm text-gray-11" >
35- Enter the custom domain you'd like to use
35+ Enter the custom domain you'd like to use e.g.{ " " }
36+ < span className = "font-medium text-gray-12" > caps.yourdomain.com</ span >
3637 </ p >
3738 </ div >
3839 < div className = "space-y-3" >
3940 < Input
4041 type = "text"
4142 id = "customDomain"
42- placeholder = "your-domain .com"
43+ placeholder = "caps.yourdomain .com"
4344 value = { domain }
4445 disabled = { ! isSubscribed || submitLoading }
4546 className = { clsx (
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ const VerifyStep = ({
131131 < h3 className = "text-lg font-semibold text-gray-12" >
132132 { isVerified ? "Domain Verified" : "Verify your domain" }
133133 </ h3 >
134- < p className = "text-sm text-gray-11" >
134+ < p className = "text-sm text-gray-11 w-full max-w-[350px] mx-auto " >
135135 { isVerified
136136 ? "Your domain is verified!"
137137 : `Add the DNS records below to verify ownership of ${ domain } : wait a minute after updating to verify.` }
You can’t perform that action at this time.
0 commit comments