Skip to content

Commit

Permalink
bump onefx
Browse files Browse the repository at this point in the history
  • Loading branch information
puncsky committed Jan 17, 2019
1 parent 99a6e1d commit 281709e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -107,7 +107,7 @@
"jsdom": "12.2.0",
"jsdom-global": "3.0.2",
"nyc": "13.1.0",
"onefx": "1.2.0",
"onefx": "1.3.0",
"plugin-error": "1.0.1",
"process": "0.11.10",
"react": "16.7.0",
Expand Down
2 changes: 1 addition & 1 deletion src/shared/common/top-bar.js
Expand Up @@ -55,7 +55,7 @@ export class TopBar extends Component<*, State> {

renderMenu = () => {
return [
(<A key={0} href='/blogs' onClick={this.hideMobileMenu}>{t('topbar.home')}</A>),
(<A key={0} href='/' onClick={this.hideMobileMenu}>{t('topbar.home')}</A>),
];
};

Expand Down

0 comments on commit 281709e

Please sign in to comment.