Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Sep 3, 2024
1 parent 164d757 commit 702b60a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/components/avo/sidebar/link_component.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<% if @path.present? %>
<%= rel.inspect %>
<%= @rel.inspect %>
<%= send link_method, @path, class: classes, active: @active, target: @target, data: @data, rel: @rel do %>
<%= send link_method, @path, class: classes, active: @active, target: @target, data: @data do %>
<%= helpers.svg @icon, class: "h-4 text-gray-700" if @icon.present? %>
<%= @label %>
<% if @target == :_blank %>
Expand Down

0 comments on commit 702b60a

Please sign in to comment.