remove desc text

This commit is contained in:
miloschwartz
2025-12-17 10:47:51 -05:00
parent c4445c329f
commit 14438bd2b4
2 changed files with 1 additions and 11 deletions

View File

@@ -492,16 +492,6 @@ export default function DomainPicker({
{t("domainPickerInvalidSubdomainStructure")}
</p>
)}
{showSubdomainInput && !subdomainInput && (
<p className="text-sm text-muted-foreground">
{t("domainPickerEnterSubdomainOrLeaveBlank")}
</p>
)}
{showProvidedDomainSearch && !userInput && (
<p className="text-sm text-muted-foreground">
{t("domainPickerEnterSubdomainToSearch")}
</p>
)}
</div>
<div className="space-y-2">