Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yshmarov committed Nov 15, 2024
1 parent cf01276 commit 6e1e883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_sidebar_2_cols.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<% end %>

<%= active_link_to organizations_path, active: :exclusive, class_active: "bg-slate-400", class: "aspect-square flex justify-center items-center text-sm rounded-md border-4 border-transparent hover:border-slate-400 hover:bg-gray-600" do %>
<%= inline_svg_tag 'svg/list-bullet.svg', class: 'size-6' %>
<%= inline_svg_tag "svg/list-bullet.svg", class: "size-6" %>
<% end %>
<div class="flex flex-col items-center space-y-2">
<% current_user.organizations.each do |organization| %>
Expand Down

0 comments on commit 6e1e883

Please sign in to comment.