Skip to content

Commit

Permalink
Hide icon on non-nested menu items
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Itrich <eduard.itrich@porsche.de>
on-behalf-of: @porscheofficial <open_source_office@porsche.de>
  • Loading branch information
itrich committed Jan 9, 2024
1 parent fece9de commit 79818fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/02_molecules/navigation/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const Navigation: React.FC<NavigationProps> = () => {
className={s.navLink}
size="medium"
alignLabel="start"
icon="arrow-head-right"
icon="none"
stretch
tabIndex={0}
key={link.name}
Expand Down

0 comments on commit 79818fe

Please sign in to comment.