1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

fix: footer

This commit is contained in:
Ivar Conradi Østhus 2021-05-11 15:02:07 +02:00
parent 84388fd812
commit a3199e2654
3 changed files with 18 additions and 25 deletions

View File

@ -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>

View File

@ -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 />

View File

@ -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>