1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-12 17:46:26 +02:00

loginmodal: fix gh btn

This commit is contained in:
Kushagra Gour
2018-01-23 23:51:40 +05:30
parent faf2c3e29d
commit 77b7792d23

View File

@ -8,7 +8,7 @@
<div>
<p>
<button class="btn btn-icon btn--big full-width social-login-btn--github" data-auth-provider="github">
<button d-click="login" class="btn btn-icon btn--big full-width social-login-btn--github" data-auth-provider="github">
<svg><use xlink:href="#github-icon"></use></svg>Login with Github
</button>
</p>