mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 12:56:37 +00:00
remove desc text
This commit is contained in:
@@ -492,16 +492,6 @@ export default function DomainPicker({
|
|||||||
{t("domainPickerInvalidSubdomainStructure")}
|
{t("domainPickerInvalidSubdomainStructure")}
|
||||||
</p>
|
</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>
|
||||||
|
|
||||||
<div className="space-y-2">
|
<div className="space-y-2">
|
||||||
|
|||||||
@@ -88,7 +88,7 @@ const DialogTitle = React.forwardRef<
|
|||||||
<DialogPrimitive.Title
|
<DialogPrimitive.Title
|
||||||
ref={ref}
|
ref={ref}
|
||||||
className={cn(
|
className={cn(
|
||||||
"text-1xl font-semibold leading-none tracking-tight",
|
"text-lg font-semibold leading-none tracking-tight",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
{...props}
|
{...props}
|
||||||
|
|||||||
Reference in New Issue
Block a user