Skip to content

Commit

Permalink
Merge pull request #38 from johtso/patch-2
Browse files Browse the repository at this point in the history
Remove "Choose" text from popover.tsx
  • Loading branch information
ecklf authored Mar 12, 2023
2 parents 50b91a5 + ff3f5fe commit 58bd6c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion demo/components/popover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const Popover = (props: PopoverProps) => {
key={`popover-items-${id}`}
className="flex items-center"
>
<legend>Choose</legend>
<label
htmlFor={id}
className="shrink-0 grow text-xs font-medium text-gray-700 dark:text-gray-400"
Expand Down

0 comments on commit 58bd6c0

Please sign in to comment.