Skip to content

Commit 590edb3

Browse files
authored
Merge pull request #18 from back4app/logout
Remove button Log Out
2 parents 73dd54f + fbc4880 commit 590edb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Sidebar/FooterMenu.react.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default class FooterMenu extends React.Component {
4242
position={this.state.position}
4343
onExternalClick={() => this.setState({ show: false })}>
4444
<div className={styles.popup}>
45-
<a href={`${urlRoot}/logout`}>Log Out <span className={styles.emoji}>👋</span></a>
4645
<a target='_blank' href='https://www.parse.com/docs/server/guide'>Server Guide <span className={styles.emoji}>📚</span></a>
4746
<a target='_blank' href='https://www.parse.com/help'>Help <span className={styles.emoji}>💊</span></a>
4847
</div>

0 commit comments

Comments
 (0)