Skip to content

Commit

Permalink
fix: Use semantic html tag for separator
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Dec 3, 2024
1 parent a09917b commit cb502c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<% end %>
</div>
<%- if current_organization.sign_in_enabled? %>
<span class="login__omniauth-separator"><%= t(".or") %></span>
<p class="login__omniauth-separator"><%= t(".or") %></p>
<%- end %>
<% end %>

0 comments on commit cb502c3

Please sign in to comment.