We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8518b0 commit b0c5747Copy full SHA for b0c5747
app/components/class-field-description.hbs
@@ -17,7 +17,7 @@
17
{{/if}}
18
{{!-- TODO: Fix this link for a11y --}}
19
<a class='anchor class-field-description--link' role='link' {{on 'click' (fn this.updateAnchor @field.name)}} {{!-- template-lint-disable link-href-attributes --}}>
20
- {{svg-jar 'fa-link' width='20px' height='20px'}}
+ {{svg-jar 'link' width='20px' height='20px'}}
21
</a>
22
</h3>
23
{{#if @model.module}}
public/assets/images/fa-link.svg renamed to public/assets/images/link.svg
0 commit comments