We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e850abf commit 01acf25Copy full SHA for 01acf25
components/modal/create-site.tsx
@@ -60,7 +60,7 @@ export default function CreateSiteModal() {
60
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"
61
/>
62
<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}
+ .{process.env.NEXT_PUBLIC_ROOT_DOMAIN}
64
</div>
65
66
0 commit comments