diff --git a/app/menus/AccountMenu.js b/app/menus/AccountMenu.js index 84d01bb9f..ddfff338a 100644 --- a/app/menus/AccountMenu.js +++ b/app/menus/AccountMenu.js @@ -1,5 +1,6 @@ // @flow import * as React from 'react'; +import { Link } from 'react-router-dom'; import { inject, observer } from 'mobx-react'; import { MoonIcon } from 'outline-icons'; import styled, { withTheme } from 'styled-components'; @@ -42,7 +43,9 @@ class AccountMenu extends React.Component { style={{ marginRight: 10, marginTop: -10 }} label={this.props.label} > - Settings + + Settings + Keyboard shortcuts