Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
add overwatch gameType Fixes #16
Browse files Browse the repository at this point in the history
  • Loading branch information
3lang3 committed Jun 1, 2017
1 parent acc99ae commit 2639ad2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Binary file added assets/overwatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
HOST: 'http://ruarua.live',
HOST: 'http://localhost',
}
3 changes: 3 additions & 0 deletions src/components/Nav/Nav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ class Nav extends React.Component {
<Link data-tip="炉石" to="/category/hearthstone" activeClassName={styles.active} className={styles.navItem}>
<img src={require('../../../assets/hearthstone.png')} />
</Link>
<Link data-tip="守望先锋" to="/category/overwatch" activeClassName={styles.active} className={styles.navItem}>
<img src={require('../../../assets/overwatch.png')} />
</Link>
<Link data-tip="星际争霸" to="/category/starcraft" activeClassName={styles.active} className={styles.navItem}>
<img src={require('../../../assets/starcraft.png')} />
</Link>
Expand Down

0 comments on commit 2639ad2

Please sign in to comment.