1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

use official helm icon

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2022-02-23 12:50:25 +02:00
parent 12a6bd8512
commit 5eec8c200c
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const NonInjectedHelmSidebarItem = observer(({ routes }: Dependencies & HelmSide
text="Helm"
isActive={isActiveRoute(helmRoute)}
url={helmURL()}
icon={<Icon material="apps"/>}
icon={<Icon svg="helm" />}
>
{renderTabRoutesSidebarItems(tabRoutes)}
</SidebarItem>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB