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

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}}