Add margin to icon

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
This commit is contained in:
Joshua Nazareth 2024-04-10 12:28:52 +05:30 committed by GitHub
parent a933930f8a
commit 59dceb4d50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
{{end}}
{{if .EnableOpenIDSignIn}}
<a class="openid ui button tw-flex tw-items-center tw-justify-center tw-py-3 tw-w-full" href="{{AppSubUrl}}/user/login/openid">
{{svg "fontawesome-openid" 28}}&nbsp;
{{svg "fontawesome-openid" 28 "tw-mr-2"}}
{{ctx.Locale.Tr "sign_in_with_provider" "OpenID"}}
</a>
{{end}}