Skip to content

Commit

Permalink
fix: New sidebar icons are missing margin (#10794)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Matyushentsev <AMatyushentsev@gmail.com>
  • Loading branch information
alexmt committed Oct 5, 2022
1 parent 7d81318 commit 33ef0b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ const navItems: NavItem[] = [
title: 'Applications',
tooltip: 'Manage your applications, and diagnose health problems.',
path: '/applications',
iconClassName: 'argo-icon-application'
iconClassName: 'argo-icon argo-icon-application'
},
{
title: 'Settings',
tooltip: 'Manage your repositories, projects, settings',
path: '/settings',
iconClassName: 'argo-icon-settings'
iconClassName: 'argo-icon argo-icon-settings'
},
{
title: 'User Info',
Expand All @@ -62,7 +62,7 @@ const navItems: NavItem[] = [
title: 'Documentation',
tooltip: 'Read the documentation, and get help and assistance.',
path: '/help',
iconClassName: 'argo-icon-docs'
iconClassName: 'argo-icon argo-icon-docs'
}
];

Expand Down

0 comments on commit 33ef0b9

Please sign in to comment.