优化第三方登录按钮
This commit is contained in:
parent
97cbbba590
commit
103826fdb4
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue