Skip to content

Commit

Permalink
update smartlink not to be on the whol menu
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKiral committed Oct 12, 2023
1 parent a08ca3e commit 0db0e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/shared/ui/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ export const Menu: FC<Props> = (props) => {
return (
<div
className={`w-full fixed z-50 transition-all ease-in-out duration-300 ${mainColorBgClass[siteCodename]}`}
{...createItemSmartLink(props.item.system.id)}
>
<div className="flex justify-between items-center mx-auto max-w-screen-xl md:h-16 pr-4">
<div className="w-screen h-full md:flex justify-between z-50 md:pr-24 xl:pr-12 2xl:pr-0">
Expand Down Expand Up @@ -182,6 +181,7 @@ export const Menu: FC<Props> = (props) => {
<Bars3Icon className="w-6 h-6" />
</button>
</div>
<div {...createItemSmartLink(props.item.system.id)} />
<div>
<MenuList
smallMenuActive={smallMenuActive}
Expand Down

0 comments on commit 0db0e38

Please sign in to comment.