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:
parent
528ca6bf44
commit
e134e1edb8
@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -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()}`);
|
||||||
}}
|
}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user