Skip to content

Commit

Permalink
Logos
Browse files Browse the repository at this point in the history
  • Loading branch information
veganstraightedge committed Mar 2, 2025
1 parent d5c7c57 commit a045197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/logos/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<% @logos.each do |logo| %>
<tr>
<td>
<%= link_to "EDIT", [:edit, :admin, logo], class: "btn btn-light border-secondary btn-sm" %>
<%= link_to "EDIT", [:edit, :admin, logo], class: "btn btn-outline-primary btn-sm" %>
</td>

<td>
Expand Down

0 comments on commit a045197

Please sign in to comment.