Skip to content

Commit

Permalink
feat(pageheading): convert help link icon to pine
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed May 23, 2024
1 parent 82539b0 commit d7ff0e5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@
</h1>
<% if component.help_link.present? && component.help_html.blank? %>
<a href="<%= component.help_link[:href] %>"
class="sage-link--no-launch sage-link--help-icon-only"
class="sage-link--no-launch sage-link--remove-underline sage-link--secondary"
target="_blank"
rel="noopener"
>
<pds-icon name="question-circle"></pds-icon>
<span class="visually-hidden">
<%= component.help_link[:name] %>
</span>
Expand Down

0 comments on commit d7ff0e5

Please sign in to comment.