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

change icon

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2021-08-12 09:55:18 +03:00
parent 528ca6bf44
commit e134e1edb8
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ export function CatalogTopbar() {
<TopBar label="Catalog">
<div>
<Icon
material="chevron_left"
material="arrow_back"
onClick={() => navigate(welcomeURL())}
tooltip="Back to Welcome"
/>

View File

@ -45,7 +45,7 @@ export const ClusterTopbar = observer((props: Props) => {
<TopBar label={getCluster()?.name}>
<Icon
interactive
material="chevron_left"
material="arrow_back"
onClick={() => {
navigate(`${catalogURL()}/${previousActiveTab.get()}`);
}}