mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-29 17:50:09 +02:00
remove fb login and copy chnges
This commit is contained in:
@@ -54,21 +54,8 @@ export default class Login extends Component {
|
|||||||
Login with Google
|
Login with Google
|
||||||
</button>
|
</button>
|
||||||
</p>
|
</p>
|
||||||
<p class="mb-2">
|
|
||||||
<button
|
<p>Join a community of 60,000+ Developers</p>
|
||||||
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>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
@@ -75,7 +75,7 @@ export function MainHeader(props) {
|
|||||||
|
|
||||||
<button
|
<button
|
||||||
class="btn btn--dark hint--rounded hint--bottom-left"
|
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"
|
data-testid="newButton"
|
||||||
onClick={props.shareBtnHandler}
|
onClick={props.shareBtnHandler}
|
||||||
>
|
>
|
||||||
|
Reference in New Issue
Block a user