Skip to content

Commit

Permalink
rename fa-link.svg to link.svg since its no longer from fa (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Nys committed Sep 10, 2023
1 parent 6290402 commit 1680913
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/class-field-description.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{/if}}
{{!-- TODO: Fix this link for a11y --}}
<a class='anchor class-field-description--link' role='link' {{on 'click' (fn this.updateAnchor @field.name)}} {{!-- template-lint-disable link-href-attributes --}}>
{{svg-jar 'fa-link' width='20px' height='20px'}}
{{svg-jar 'link' width='20px' height='20px'}}
</a>
</h3>
{{#if @model.module}}
Expand Down
File renamed without changes

0 comments on commit 1680913

Please sign in to comment.