Skip to content

Commit

Permalink
remove social icons from top level mobile nav
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos committed Oct 30, 2023
1 parent 49024d5 commit 056283f
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/components/Common/MarketingNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -467,17 +467,6 @@ const MarketingNav = () => {

{/* top level aux items */}
<AuxItems items={nav.auxItems} />

{/* social icons */}
<ul className="m-0 p-0 list-none flex flex-wrap gap-6 mt-10">
{footerIcons.map((item) => (
<li className="" key={item.label}>
<Link href={item.href} className={`block w-6 h-6`}>
<img src={item.iconLight} alt={item.label}></img>
</Link>
</li>
))}
</ul>
</div>

{/* Level 2 of mobile fly-in menu*/}
Expand Down

0 comments on commit 056283f

Please sign in to comment.