UX: Place login button text in span tag (#24613)

This commit is contained in:
Jordan Vidrine 2023-11-28 15:02:30 -06:00 committed by GitHub
parent e4499d98e6
commit 178c1f74ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
{{else}}
{{d-icon "sign-in-alt"}}
{{/if}}
{{b.title}}
<span class="btn-social-title">{{b.title}}</span>
</button>
{{/each}}