mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-19 19:21:15 -05:00
fix: E2E tests
This commit is contained in:
@@ -463,13 +463,12 @@ export const MainNavigation = ({
|
||||
{dropdownNavigation.map(
|
||||
(link) =>
|
||||
!link.hidden && (
|
||||
<DropdownMenuItem
|
||||
key={link.label}
|
||||
icon={<link.icon className="h-4 w-4" strokeWidth={1.5} />}>
|
||||
<Link href={link.href} target={link.target} className="flex items-center">
|
||||
<Link href={link.href} target={link.target} className="flex w-full items-center">
|
||||
<DropdownMenuItem>
|
||||
<link.icon className="mr-2 h-4 w-4" strokeWidth={1.5} />
|
||||
{link.label}
|
||||
</Link>
|
||||
</DropdownMenuItem>
|
||||
</DropdownMenuItem>
|
||||
</Link>
|
||||
)
|
||||
)}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user