namds/refactor-base-layout #8

Merged
yen.nguyen merged 27 commits from namds/refactor-base-layout into main 2025-12-15 07:44:38 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2f9102c4c4 - Show all commits

View File

@ -87,11 +87,11 @@ const MegaMenu = ({
<LocalizedClientLink
className={clx(
"hover:text-ui-fg-base hover:bg-neutral-100 rounded-full px-3 py-2",
navLabel.className
navLabel?.className
)}
href="/store"
>
{navLabel.text} {navLabel.isShowArrow && <ChevronDown />}
{navLabel?.text ?? "Product"} {navLabel?.isShowArrow && <ChevronDown />}
</LocalizedClientLink>
{isHovered && (
<div className="absolute top-full left-0 right-0 flex gap-32 py-10 px-20 bg-white border-b border-neutral-200 ">