chore: ran frontend linting

This commit is contained in:
Anish Sarkar 2026-01-25 16:16:09 +05:30
parent 66a3c877ef
commit 03e38ab178
11 changed files with 68 additions and 70 deletions

View file

@ -111,8 +111,8 @@ export function GeneralSettingsManager({ searchSpaceId }: GeneralSettingsManager
<Alert className="py-3 md:py-4">
<Info className="h-3 w-3 md:h-4 md:w-4 shrink-0" />
<AlertDescription className="text-xs md:text-sm">
Update your search space name and description. These details help identify and organize your
workspace.
Update your search space name and description. These details help identify and organize
your workspace.
</AlertDescription>
</Alert>
@ -144,9 +144,7 @@ export function GeneralSettingsManager({ searchSpaceId }: GeneralSettingsManager
<div className="space-y-1.5 md:space-y-2">
<Label htmlFor="search-space-description" className="text-sm md:text-base font-medium">
{t("general_description_label")}{" "}
<span className="text-muted-foreground font-normal">
({tCommon("optional")})
</span>
<span className="text-muted-foreground font-normal">({tCommon("optional")})</span>
</Label>
<Input
id="search-space-description"
@ -197,4 +195,3 @@ export function GeneralSettingsManager({ searchSpaceId }: GeneralSettingsManager
</div>
);
}