Skip to content

Commit

Permalink
Style stop impersonating link in header dropdown per design
Browse files Browse the repository at this point in the history
Fixes #4696
  • Loading branch information
mjgiarlo committed Jan 21, 2025
1 parent 2b12dad commit bb2e4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/top_navbar_component.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</a>
<ul class='dropdown-menu'>
<li>
<%= link_to 'Stop Impersonating', auth_forget_impersonated_groups_path %>
<%= link_to 'Stop Impersonating', auth_forget_impersonated_groups_path, class: 'dropdown-item' %>
</li>
</ul>
</li>
Expand Down

0 comments on commit bb2e4ad

Please sign in to comment.