Skip to content

Commit 01acf25

Browse files
committed
small fix
1 parent e850abf commit 01acf25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modal/create-site.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function CreateSiteModal() {
6060
className="w-full rounded-l-lg border border-stone-200 bg-stone-50 px-4 py-2 text-sm text-stone-600 placeholder:text-stone-400 focus:border-black focus:outline-none focus:ring-black"
6161
/>
6262
<div className="flex items-center rounded-r-lg border border-l-0 border-stone-200 bg-stone-100 px-3 text-sm">
63-
{process.env.NEXT_PUBLIC_ROOT_DOMAIN}
63+
.{process.env.NEXT_PUBLIC_ROOT_DOMAIN}
6464
</div>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)