优化第三方登录按钮

This commit is contained in:
Edward Yang 2022-11-02 18:14:33 +08:00
parent 97cbbba590
commit 103826fdb4
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<button type="button" class="btn border fw-bold w-100 mb-3" class="provider-btn" onclick="bk.openWin('{{ plugin_route('social.redirect', $provider['provider']) }}')">
<img src="{{ plugin_resize('social' , '/image/' . $provider['provider'] . '.png') }}" class="img-fluid wh-20 me-2">
{{ __("Social::providers.".$provider['provider']) }} {{ __('shop/login.login') }}
{{ __("Social::providers.".$provider['provider']) }}
</button>