@ -79,7 +79,7 @@ export default class GettingStarted extends ImmutablePureComponent {
const navItems = [ ] ;
const navItems = [ ] ;
let i = 1 ;
let i = 1 ;
let height = 0;
let height = ( multiColumn ) ? 0 : 6 0;
if ( multiColumn ) {
if ( multiColumn ) {
navItems . push (
navItems . push (
@ -109,10 +109,9 @@ export default class GettingStarted extends ImmutablePureComponent {
navItems . push (
navItems . push (
< ColumnSubheading key = { i ++ } text = { intl . formatMessage ( messages . settings _subheading ) } / > ,
< ColumnSubheading key = { i ++ } text = { intl . formatMessage ( messages . settings _subheading ) } / > ,
< ColumnLink key = { i ++ } icon = 'gears' text = { intl . formatMessage ( messages . preferences ) } href = '/settings/preferences' / > ,
< ColumnLink key = { i ++ } icon = 'gears' text = { intl . formatMessage ( messages . preferences ) } href = '/settings/preferences' / > ,
< ColumnLink key = { i ++ } icon = 'lock' text = { intl . formatMessage ( messages . security ) } href = '/auth/edit' / >
) ;
) ;
height += 34 + 48 * 2 ;
height += 34 + 48 ;
}
}
return (
return (