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>
|
<h4>
|
||||||
Unleash
|
Unleash
|
||||||
|
|
||||||
|
<small>
|
||||||
|
(
|
||||||
|
test
|
||||||
|
)
|
||||||
|
</small>
|
||||||
</h4>
|
</h4>
|
||||||
<small>
|
|
||||||
\`($
|
|
||||||
test
|
|
||||||
)\`
|
|
||||||
</small>
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
<br />
|
||||||
<small>
|
<small>
|
||||||
We are the best!
|
We are the best!
|
||||||
@ -28,14 +27,13 @@ exports[`renders correctly with ui-config 1`] = `
|
|||||||
>
|
>
|
||||||
<h4>
|
<h4>
|
||||||
Unleash 1.1.0
|
Unleash 1.1.0
|
||||||
|
|
||||||
|
<small>
|
||||||
|
(
|
||||||
|
test
|
||||||
|
)
|
||||||
|
</small>
|
||||||
</h4>
|
</h4>
|
||||||
<small>
|
|
||||||
\`($
|
|
||||||
test
|
|
||||||
)\`
|
|
||||||
</small>
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
<br />
|
||||||
<small>
|
<small>
|
||||||
We are the best!
|
We are the best!
|
||||||
@ -50,10 +48,9 @@ exports[`renders correctly without uiConfig 1`] = `
|
|||||||
>
|
>
|
||||||
<h4>
|
<h4>
|
||||||
Unleash 1.1.0
|
Unleash 1.1.0
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<small />
|
<small />
|
||||||
<br />
|
<br />
|
||||||
</section>
|
</section>
|
||||||
|
@ -30,11 +30,9 @@ class ShowApiDetailsComponent extends Component {
|
|||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<section title="API details">
|
<section title="API details">
|
||||||
<h4>{`${versionStr}`}</h4>
|
<h4>{`${versionStr}`} <ConditionallyRender condition={environment} show={<small>({environment})</small>} /></h4>
|
||||||
<ConditionallyRender condition={environment} show={<small>`(${environment})`</small>} />
|
|
||||||
<br />
|
<ConditionallyRender condition={updateNotification} show={<small>{updateNotification}<br /></small>} />
|
||||||
<ConditionallyRender condition={updateNotification} show={<small>{updateNotification}`</small>} />
|
|
||||||
<br />
|
|
||||||
<br />
|
<br />
|
||||||
<small>{slogan}</small>
|
<small>{slogan}</small>
|
||||||
<br />
|
<br />
|
||||||
|
@ -158,10 +158,9 @@ exports[`should render DrawerMenu 1`] = `
|
|||||||
>
|
>
|
||||||
<h4>
|
<h4>
|
||||||
undefined undefined
|
undefined undefined
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<small />
|
<small />
|
||||||
<br />
|
<br />
|
||||||
</section>
|
</section>
|
||||||
@ -328,10 +327,9 @@ exports[`should render DrawerMenu with "features" selected 1`] = `
|
|||||||
>
|
>
|
||||||
<h4>
|
<h4>
|
||||||
undefined undefined
|
undefined undefined
|
||||||
|
|
||||||
</h4>
|
</h4>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<small />
|
<small />
|
||||||
<br />
|
<br />
|
||||||
</section>
|
</section>
|
||||||
|
Loading…
Reference in New Issue
Block a user