docs: update next.js to 15.3.5 (#12952)

This commit is contained in:
Shahed Nasser
2025-07-14 16:50:51 +03:00
committed by GitHub
parent a28226af80
commit 8da6855fa0
12 changed files with 99 additions and 511 deletions

View File

@@ -46,7 +46,7 @@ export const MainNavItemDropdown = ({
return (
<div
className={clsx(
"cursor-pointer flex gap-docs_0.25 items-center py-docs_0.25 px-docs_0.5",
"cursor-pointer flex gap-docs_0.25 items-center py-docs_0.25",
isActive && "text-medusa-fg-base",
!isActive && [
"text-medusa-fg-muted hover:text-medusa-fg-subtle",

View File

@@ -102,7 +102,7 @@ export const MainNav = ({ className, itemsClassName }: MainNavProps) => {
],
}}
isActive={false}
className="text-medusa-fg-subtle hover:bg-medusa-button-transparent-hover rounded-docs_sm"
className="text-medusa-fg-subtle hover:bg-medusa-button-transparent-hover rounded-docs_sm px-docs_0.5"
wrapperClassName="z-10"
/>
</div>