Complete configuration for build

This commit is contained in:
2025-08-09 19:09:49 -04:00
parent 689f446806
commit b3803162b4
15 changed files with 107 additions and 31 deletions

View File

@@ -513,8 +513,9 @@ export function TextContent(){
key={option.value}
className="bg-neutral-600 hover:bg-neutral-700"
value={option.value}
children={option.label}
/>
>
{option.label}
</OptionInput>
))
}
</SelectInput>