diff options
Diffstat (limited to 'ui/app/components/greeter_panel.js')
-rw-r--r-- | ui/app/components/greeter_panel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/components/greeter_panel.js b/ui/app/components/greeter_panel.js index acaf0d5..3140357 100644 --- a/ui/app/components/greeter_panel.js +++ b/ui/app/components/greeter_panel.js @@ -31,7 +31,7 @@ export default class GreeterPanel extends React.Component { <Area position="bottom" type="dark" className="greeter"> <Glyphicon glyph="user" /> - <a href="#" onClick={this.newAccount.bind(this)}>Create a new account...</a> + <a href="javascript:void(0)" onClick={this.newAccount.bind(this)}>Create a new account...</a> </Area> </Center> </div> |