Skip to content

Commit

Permalink
style: remoção de pointer events none do submenu
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolfo-ferreira committed Aug 16, 2024
1 parent 6ec39fa commit 15fcc3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/header/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function Menu({ items, whatsapp, selectedLanguage }: Props) {
>
<a
href={`${item?.url ? item?.url : "javascript:void(0)"}`}
style={{ pointerEvents: `${item?.url ? "all" : "none"}` }}
>
<MenuItem item={item} />
</a>
Expand Down

0 comments on commit 15fcc3c

Please sign in to comment.