Skip to content

Commit

Permalink
wip (#2809)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielgiroe1 committed May 27, 2024
1 parent 739848c commit c143e4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/avo/index/resource_controls_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def render_edit_button(control)
def render_show_button(control)
return unless can_view?

link_to helpers.svg("heroicons/outline/eye", class: svg_classes),
link_to helpers.svg("avo/eye", class: svg_classes),
show_path,
class: "flex items-center",
title: control.title,
Expand Down

0 comments on commit c143e4d

Please sign in to comment.