From 266d4cb92ba79f6259b026f6382874be52523278 Mon Sep 17 00:00:00 2001 From: mayaeh Date: Tue, 8 Jan 2019 22:32:36 +0900 Subject: [PATCH] Changed not to display DISCOVER subheader via single column layout. (#9759) --- app/javascript/mastodon/features/getting_started/index.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/javascript/mastodon/features/getting_started/index.js b/app/javascript/mastodon/features/getting_started/index.js index d56e7f142..709a3aa96 100644 --- a/app/javascript/mastodon/features/getting_started/index.js +++ b/app/javascript/mastodon/features/getting_started/index.js @@ -94,7 +94,7 @@ class GettingStarted extends ImmutablePureComponent { if (profile_directory) { navItems.push( - , + ); height += 48; @@ -107,11 +107,10 @@ class GettingStarted extends ImmutablePureComponent { height += 34; } else if (profile_directory) { navItems.push( - , - , + ); - height += 34 + 48; + height += 48; } navItems.push(