Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
anemne committed Oct 30, 2024
1 parent bcf0ae9 commit 8338a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/navigation/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export const Header = ({

export const breadCrumb = (currentLanguage: string, pathname: string) => (
<ul className={styles.breadCrumbMenu}>
{/* TODO: Home should be updated with translation */}
{["Home", ...pathname.split("/").slice(2)].map((e, index, path) => {
const href =
"/" + currentLanguage + "/" + path.slice(1, index + 1).join("/");
Expand Down

0 comments on commit 8338a99

Please sign in to comment.