Skip to content

Commit

Permalink
fix: temporary: remove broken link to missing chapter (that will be a…
Browse files Browse the repository at this point in the history
…dded shortly)

Signed-off-by: Raphael Arce <[email protected]>
  • Loading branch information
raphael-arce committed Aug 28, 2024
1 parent fe96b5f commit 46af3ad
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/PhasesOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ const PHASES: PhasesContentType[] = [
message: "Innovationen begleiten",
id: "phases.5.subtitle",
}),
href: translate({
message: "/buch/navigieren/",
id: "phases.5.link",
}),
href: '#',
// TODO: Add link once the chapter is ready
// href: translate({
// message: "/buch/navigieren/",
// id: "phases.5.link",
// }),
},
];

Expand Down

0 comments on commit 46af3ad

Please sign in to comment.