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

Fix cluster icon click in sidebar redirecting to wrong route

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-10-13 16:35:00 -04:00
parent 3988229a6c
commit 51116499f6

View File

@ -193,7 +193,7 @@ export class Sidebar extends React.Component<Props> {
source={metadata.source}
src={spec.icon?.src}
className="mr-5"
onClick={() => navigate(routes.clusterURL())}
onClick={() => navigate("/")}
/>
<div className={styles.clusterName}>
{metadata.name}