mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
fix: footer
This commit is contained in:
parent
84388fd812
commit
a3199e2654
@ -6,14 +6,13 @@ exports[`renders correctly with empty version 1`] = `
|
||||
>
|
||||
<h4>
|
||||
Unleash
|
||||
</h4>
|
||||
|
||||
<small>
|
||||
\`($
|
||||
(
|
||||
test
|
||||
)\`
|
||||
)
|
||||
</small>
|
||||
<br />
|
||||
<br />
|
||||
</h4>
|
||||
<br />
|
||||
<small>
|
||||
We are the best!
|
||||
@ -28,14 +27,13 @@ exports[`renders correctly with ui-config 1`] = `
|
||||
>
|
||||
<h4>
|
||||
Unleash 1.1.0
|
||||
</h4>
|
||||
|
||||
<small>
|
||||
\`($
|
||||
(
|
||||
test
|
||||
)\`
|
||||
)
|
||||
</small>
|
||||
<br />
|
||||
<br />
|
||||
</h4>
|
||||
<br />
|
||||
<small>
|
||||
We are the best!
|
||||
@ -50,10 +48,9 @@ exports[`renders correctly without uiConfig 1`] = `
|
||||
>
|
||||
<h4>
|
||||
Unleash 1.1.0
|
||||
|
||||
</h4>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<small />
|
||||
<br />
|
||||
</section>
|
||||
|
@ -30,11 +30,9 @@ class ShowApiDetailsComponent extends Component {
|
||||
}
|
||||
return (
|
||||
<section title="API details">
|
||||
<h4>{`${versionStr}`}</h4>
|
||||
<ConditionallyRender condition={environment} show={<small>`(${environment})`</small>} />
|
||||
<br />
|
||||
<ConditionallyRender condition={updateNotification} show={<small>{updateNotification}`</small>} />
|
||||
<br />
|
||||
<h4>{`${versionStr}`} <ConditionallyRender condition={environment} show={<small>({environment})</small>} /></h4>
|
||||
|
||||
<ConditionallyRender condition={updateNotification} show={<small>{updateNotification}<br /></small>} />
|
||||
<br />
|
||||
<small>{slogan}</small>
|
||||
<br />
|
||||
|
@ -158,10 +158,9 @@ exports[`should render DrawerMenu 1`] = `
|
||||
>
|
||||
<h4>
|
||||
undefined undefined
|
||||
|
||||
</h4>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<small />
|
||||
<br />
|
||||
</section>
|
||||
@ -328,10 +327,9 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
||||
>
|
||||
<h4>
|
||||
undefined undefined
|
||||
|
||||
</h4>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
<small />
|
||||
<br />
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user