Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/parse-dashboard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: alpha
Choose a base ref
...
head repository: kwstasna/parse-dashboard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 13, 2016

  1. Copy the full SHA
    005cf83 View commit details
  2. Copy the full SHA
    c7a572a View commit details
Showing with 5 additions and 5 deletions.
  1. +2 −2 src/components/Sidebar/FooterMenu.react.js
  2. +3 −3 src/components/Sidebar/Sidebar.react.js
4 changes: 2 additions & 2 deletions src/components/Sidebar/FooterMenu.react.js
Original file line number Diff line number Diff line change
@@ -42,8 +42,8 @@ export default class FooterMenu extends React.Component {
position={this.state.position}
onExternalClick={() => this.setState({ show: false })}>
<div className={styles.popup}>
<a href='https://www.parse.com/docs/server/guide'>Server Guide <span className={styles.emoji}>📚</span></a>
<a href='https://www.parse.com/help'>Help <span className={styles.emoji}>💊</span></a>
<a target='_blank' href='https://www.parse.com/docs/server/guide'>Server Guide <span className={styles.emoji}>📚</span></a>
<a target='_blank' href='https://www.parse.com/help'>Help <span className={styles.emoji}>💊</span></a>
</div>
</Popover>
);
6 changes: 3 additions & 3 deletions src/components/Sidebar/Sidebar.react.js
Original file line number Diff line number Diff line change
@@ -77,9 +77,9 @@ const Sidebar = ({
})}
</div>
<div className={styles.footer}>
<a href='https://parseplatform.github.io'>Open Source</a>
<a href='https://www.parse.com/docs'>Docs</a>
<a href='https://www.parse.com/downloads'>Downloads</a>
<a target='_blank' href='https://parseplatform.github.io'>Open Source</a>
<a target='_blank' href='https://www.parse.com/docs'>Docs</a>
<a target='_blank' href='https://www.parse.com/downloads'>Downloads</a>
<FooterMenu />
</div>
</div>