Skip to content

Commit

Permalink
remove breadcrumbmenu from homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Oct 30, 2024
1 parent f30dd01 commit bcf0ae9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/navigation/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ export const Header = ({
</nav>
</header>
</FocusOn>
{breadCrumb(currentLanguage, pathname)}
{pathname !== "/" &&
pathname !== "/" + currentLanguage &&
breadCrumb(currentLanguage, pathname)}
</>
);
};
Expand Down

0 comments on commit bcf0ae9

Please sign in to comment.