summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup_team_confirm.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/signup_team_confirm.jsx')
-rw-r--r--webapp/components/signup_team_confirm.jsx5
1 files changed, 3 insertions, 2 deletions
diff --git a/webapp/components/signup_team_confirm.jsx b/webapp/components/signup_team_confirm.jsx
index 2a5e34856..117a0b068 100644
--- a/webapp/components/signup_team_confirm.jsx
+++ b/webapp/components/signup_team_confirm.jsx
@@ -2,6 +2,7 @@
// See License.txt for license information.
import {FormattedMessage, FormattedHTMLMessage} from 'react-intl';
+import {Link} from 'react-router';
import React from 'react';
@@ -10,12 +11,12 @@ export default class SignupTeamConfirm extends React.Component {
return (
<div>
<div className='signup-header'>
- <a href='/'>
+ <Link to='/'>
<span className='fa fa-chevron-left'/>
<FormattedMessage
id='web.header.back'
/>
- </a>
+ </Link>
</div>
<div className='col-sm-12'>
<div classNameName='signup-team__container'>