incorporate asaad's UI updates for google sign-up

Этот коммит содержится в:
JoramWilander
2015-08-14 11:57:13 -04:00
родитель b704e9489b
Коммит 8feec04929
3 изменённых файлов: 18 добавлений и 1 удалений

Просмотреть файл

@@ -164,7 +164,7 @@ module.exports = React.createClass({
if (authServices.indexOf(Constants.GOOGLE_SERVICE) >= 0) {
signupMessage.push(
<a className='btn btn-custom-login gitlab' href={'/' + this.props.teamName + '/signup/google' + window.location.search}>
<a className='btn btn-custom-login google' href={'/' + this.props.teamName + '/signup/google' + window.location.search}>
<span className='icon' />
<span>with Google</span>
</a>