forked from emre/www_projectmycelium_com
fixed build errors
This commit is contained in:
@@ -34,7 +34,7 @@ export function Dropdown({ buttonContent, items }: DropdownProps) {
|
||||
<div className="py-1">
|
||||
{items.map((item) => (
|
||||
<Menu.Item key={item.href}>
|
||||
{({ active }) => (
|
||||
{({ active }: { active: boolean }) => (
|
||||
<Link
|
||||
to={item.href}
|
||||
className={`
|
||||
|
||||
Reference in New Issue
Block a user