fix(www): fix language placeholder (#433)

Signed-off-by: Rai Siqueira <rai93siqueira@gmail.com>
This commit is contained in:
Raí Siqueira
2023-05-24 11:21:27 -03:00
committed by GitHub
parent c4da22ffe9
commit 060e896183

View File

@@ -179,8 +179,8 @@ export function AccountForm() {
</PopoverTrigger>
<PopoverContent className="w-[200px] p-0">
<Command>
<CommandInput placeholder="Search framework..." />
<CommandEmpty>No framework found.</CommandEmpty>
<CommandInput placeholder="Search language..." />
<CommandEmpty>No language found.</CommandEmpty>
<CommandGroup>
{languages.map((language) => (
<CommandItem