From: cwm Date: Sat, 9 Dec 2017 16:32:46 +0000 (-0600) Subject: remove keyboard shortcuts from getting started because thats a different thing X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=baf9ea80180afbd905397d67085b174a0921b7e8;p=mastodon.git remove keyboard shortcuts from getting started because thats a different thing --- diff --git a/app/javascript/flavours/glitch/features/getting_started/index.js b/app/javascript/flavours/glitch/features/getting_started/index.js index 5307e583f..47142fdd1 100644 --- a/app/javascript/flavours/glitch/features/getting_started/index.js +++ b/app/javascript/flavours/glitch/features/getting_started/index.js @@ -89,7 +89,7 @@ export default class GettingStarted extends ImmutablePureComponent { navItems = navItems.concat([ , , - , + , ]); if (myAccount.get('locked')) { @@ -99,7 +99,6 @@ export default class GettingStarted extends ImmutablePureComponent { navItems = navItems.concat([ , , - , ]); return (