From 5e36dbd2464d2210f1901e15a7501348c1e5c61d Mon Sep 17 00:00:00 2001 From: v1rtl Date: Wed, 10 Apr 2024 17:56:10 +0300 Subject: [PATCH] fix: small typo in dropdown --- components/src/components/molecules/Dropdown/Dropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/src/components/molecules/Dropdown/Dropdown.tsx b/components/src/components/molecules/Dropdown/Dropdown.tsx index 97138ddd..6c343313 100644 --- a/components/src/components/molecules/Dropdown/Dropdown.tsx +++ b/components/src/components/molecules/Dropdown/Dropdown.tsx @@ -309,7 +309,7 @@ const DropdownMenu = React.forwardRef( onClick?.(value) setIsOpen(false) }, - as: href ? 'as' : 'button', + as: href ? 'a' : 'button', children: ( <> {icon}