Skip to content

Commit

Permalink
fix: add a few more svg prefixes (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored May 31, 2024
1 parent ae408f6 commit 748c09d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -148,7 +148,7 @@ def render_detach_button(control)
a_button url: helpers.resource_detach_path(params[:resource_name], params[:id], params[:related_name], @resource.record.id),
style: :icon,
color: :gray,
icon: "detach",
icon: "avo/detach",
form_class: "flex items-center",
title: control.title,
aria: {label: control.title},
Expand Down
4 changes: 2 additions & 2 deletions lib/generators/avo/templates/initializer/avo.tt
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ Avo.configure do |config|

## == Menus ==
# config.main_menu = -> {
# section "Dashboards", icon: "dashboards" do
# section "Dashboards", icon: "avo/dashboards" do
# all_dashboards
# end

# section "Resources", icon: "resources" do
# section "Resources", icon: "avo/resources" do
# all_resources
# end

Expand Down

0 comments on commit 748c09d

Please sign in to comment.