Add . to make it clear there is already a dot

This commit is contained in:
Owen Schwartz 2025-01-30 21:02:12 -05:00
parent 80d2572827
commit e59d256673

View file

@ -37,7 +37,7 @@ export default function CustomDomainInput({
className="rounded-r-none flex-grow"
/>
<div className="inline-flex items-center px-3 rounded-r-md border border-l-0 border-input bg-muted text-muted-foreground">
<span className="text-sm">{domainSuffix}</span>
<span className="text-sm">.{domainSuffix}</span>
</div>
</div>
</div>