Skip to content

Commit

Permalink
fix(sage-icon): add html_attributes to render on pds-icon (#1916)
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Skinner <[email protected]>
  • Loading branch information
ju-Skinner and kajabi-bot authored Jul 31, 2024
1 parent 9d07f0b commit 097d53f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ end
<%= component.generated_css_classes %>
"
size="<%= "#{component.size}" if component.size.present? %>"
<%= component.generated_html_attributes.html_safe %>
></pds-icon>
<% if component.card_color.present? %>
</div>
Expand Down

0 comments on commit 097d53f

Please sign in to comment.