Skip to content

Commit

Permalink
fix: framework is changed to language at language search example
Browse files Browse the repository at this point in the history
  • Loading branch information
okazkayasi committed Oct 1, 2023
1 parent 1f16cf4 commit 873ebde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/www/registry/default/example/combobox-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 873ebde

Please sign in to comment.