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">
|
||||
<div>
|
||||
<Icon
|
||||
material="chevron_left"
|
||||
material="arrow_back"
|
||||
onClick={() => navigate(welcomeURL())}
|
||||
tooltip="Back to Welcome"
|
||||
/>
|
||||
|
||||
@ -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()}`);
|
||||
}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user