Skip to content

Commit

Permalink
Merge pull request #145 from ensdomains/fix-small-typo-in-dropdown
Browse files Browse the repository at this point in the history
fix: small typo in dropdown
  • Loading branch information
talentlessguy authored Apr 10, 2024
2 parents a3285ea + 5e36dbd commit 22ef37a
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 22ef37a

Please sign in to comment.