From e59d256673fff079e1282df12d15eabe26738b97 Mon Sep 17 00:00:00 2001 From: Owen Schwartz Date: Thu, 30 Jan 2025 21:02:12 -0500 Subject: [PATCH] Add . to make it clear there is already a dot --- .../settings/resources/[resourceId]/CustomDomainInput.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/[orgId]/settings/resources/[resourceId]/CustomDomainInput.tsx b/src/app/[orgId]/settings/resources/[resourceId]/CustomDomainInput.tsx index 29ae9639..5c1cf01c 100644 --- a/src/app/[orgId]/settings/resources/[resourceId]/CustomDomainInput.tsx +++ b/src/app/[orgId]/settings/resources/[resourceId]/CustomDomainInput.tsx @@ -37,7 +37,7 @@ export default function CustomDomainInput({ className="rounded-r-none flex-grow" />
- {domainSuffix} + .{domainSuffix}