Skip to content

Commit

Permalink
fix: small typo in dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Apr 10, 2024
1 parent a3285ea commit 5e36dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/src/components/molecules/Dropdown/Dropdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ const DropdownMenu = React.forwardRef<HTMLDivElement, DropdownMenuProps>(
onClick?.(value)
setIsOpen(false)
},
as: href ? 'as' : 'button',
as: href ? 'a' : 'button',
children: (
<>
{icon}
Expand Down

0 comments on commit 5e36dbd

Please sign in to comment.