mirror of
https://github.com/chinchang/web-maker.git
synced 2025-03-21 19:19:40 +01:00
remove fb login and copy chnges
This commit is contained in:
parent
44433f09a4
commit
168187f867
@ -54,21 +54,8 @@ export default class Login extends Component {
|
||||
Login with Google
|
||||
</button>
|
||||
</p>
|
||||
<p class="mb-2">
|
||||
<button
|
||||
type="button"
|
||||
onClick={this.login.bind(this)}
|
||||
class="social-login-btn social-login-btn--facebook btn btn-icon btn--big full-width hint--right hint--always"
|
||||
data-auth-provider="facebook"
|
||||
data-hint="You logged in with Facebook last time"
|
||||
>
|
||||
<svg>
|
||||
<use xlinkHref="#fb-icon" />
|
||||
</svg>
|
||||
Login with Facebook (deprecated)
|
||||
</button>
|
||||
</p>
|
||||
<p>Join a community of 50,000+ Developers</p>
|
||||
|
||||
<p>Join a community of 60,000+ Developers</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
@ -75,7 +75,7 @@ export function MainHeader(props) {
|
||||
|
||||
<button
|
||||
class="btn btn--dark hint--rounded hint--bottom-left"
|
||||
aria-label={i18n._(t`Start a new creation`)}
|
||||
aria-label={i18n._(t`Share this creation publicly`)}
|
||||
data-testid="newButton"
|
||||
onClick={props.shareBtnHandler}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user