mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
tweak
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
f0c6229c8f
commit
39b92fbef0
@ -35,7 +35,7 @@ export class LandingPage extends React.Component {
|
|||||||
|
|
||||||
render() {
|
render() {
|
||||||
const showBackButton = this.clusters.length > 0;
|
const showBackButton = this.clusters.length > 0;
|
||||||
const header = <><Icon svg="logo-lens" big /> <h2>Workspace: {this.workspace.name}</h2></>;
|
const header = <><Icon svg="logo-lens" big /> <h2>{this.workspace.name}</h2></>;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<PageLayout className="LandingOverview flex" header={header} provideBackButtonNavigation={showBackButton} showOnTop={true}>
|
<PageLayout className="LandingOverview flex" header={header} provideBackButtonNavigation={showBackButton} showOnTop={true}>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user