Skip to content

Commit

Permalink
Revert commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mfigueira committed Oct 25, 2024
1 parent cd93a1f commit 4913064
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export const NavigationLayout: React.FC<NavigationLayoutProps> = ({ isMainPage,
{navSection.children
.filter((page) => page.route !== item.url)
.map((page) => (
<div key={page.route} className="px-3 pl-[49px] sm:pr-6 pb-3 sm:pb-2">
<div key={page.route} className="px-3 pl-12 sm:pr-6 pb-3 sm:pb-2">
<NavigationAccordionLink key={page.route} page={page} onClick={closeMobileDrawer} />
</div>
))}
Expand Down

0 comments on commit 4913064

Please sign in to comment.