Skip to content

Commit

Permalink
Remove headline in 2nd-level menu
Browse files Browse the repository at this point in the history
The headline is shown on mobile devices twice, so avoid duplication.

Signed-off-by: Eduard Itrich <eduard.itrich@porsche.de>
on-behalf-of: @porscheofficial <open_source_office@porsche.de>
  • Loading branch information
itrich authored Jan 9, 2024
1 parent 79818fe commit ff582ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/02_molecules/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ export const Navigation: React.FC<NavigationProps> = () => {
label="Documentation"
key="docs"
>
<h3>Documentation</h3>
{allDocs.map((link) => (
<Link
href={{ pathname: link.slug }}
Expand Down

0 comments on commit ff582ca

Please sign in to comment.