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"> <TopBar label="Catalog">
<div> <div>
<Icon <Icon
material="chevron_left" material="arrow_back"
onClick={() => navigate(welcomeURL())} onClick={() => navigate(welcomeURL())}
tooltip="Back to Welcome" tooltip="Back to Welcome"
/> />

View File

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