We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73dd54f + fbc4880 commit 590edb3Copy full SHA for 590edb3
src/components/Sidebar/FooterMenu.react.js
@@ -42,7 +42,6 @@ export default class FooterMenu extends React.Component {
42
position={this.state.position}
43
onExternalClick={() => this.setState({ show: false })}>
44
<div className={styles.popup}>
45
- <a href={`${urlRoot}/logout`}>Log Out <span className={styles.emoji}>👋</span></a>
46
<a target='_blank' href='https://www.parse.com/docs/server/guide'>Server Guide <span className={styles.emoji}>📚</span></a>
47
<a target='_blank' href='https://www.parse.com/help'>Help <span className={styles.emoji}>💊</span></a>
48
</div>
0 commit comments