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

Commit 2639ad2

Browse files
committed
add overwatch gameType Fixes #16
1 parent acc99ae commit 2639ad2

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

assets/overwatch.png

28.1 KB
Loading

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export default {
2-
HOST: 'http://ruarua.live',
2+
HOST: 'http://localhost',
33
}

src/components/Nav/Nav.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ class Nav extends React.Component {
4545
<Link data-tip="炉石" to="/category/hearthstone" activeClassName={styles.active} className={styles.navItem}>
4646
<img src={require('../../../assets/hearthstone.png')} />
4747
</Link>
48+
<Link data-tip="守望先锋" to="/category/overwatch" activeClassName={styles.active} className={styles.navItem}>
49+
<img src={require('../../../assets/overwatch.png')} />
50+
</Link>
4851
<Link data-tip="星际争霸" to="/category/starcraft" activeClassName={styles.active} className={styles.navItem}>
4952
<img src={require('../../../assets/starcraft.png')} />
5053
</Link>

0 commit comments

Comments
 (0)