Skip to content

Commit 18be0b0

Browse files
Merge pull request #98 from bitlogic/develop
Release fix dropdown menu
2 parents 7e2b855 + 719c07b commit 18be0b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/NavBar/AnimatedNavBar/DropdownContainer/DropdownItems.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ const RenderSection = ({section, className, isOpen, toggleSubLandingPages, isMob
4242
<li key={subItem.id} className="subLandingPages-item">
4343
<CustomLink
4444
content={subItem.name}
45-
url={`/${subItem.slug}`}
45+
landing={subItem}
46+
url={subItem?.url}
4647
className="dropdownItem_link-subLanding"
4748
/>
4849
</li>

0 commit comments

Comments
 (0)