docs(www): framework is changed to language at language search example (#1646)

Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
Oguz Kazkayasi
2023-10-03 16:38:10 +03:00
committed by GitHub
parent 1536b7824e
commit 617cdd0e77

View File

@@ -95,8 +95,8 @@ export default function ComboboxForm() {
</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