Skip to content

Commit b0c5747

Browse files
author
Lukas Nys
committed
rename fa-link.svg to link.svg since its no longer from fa (#882)
1 parent d8518b0 commit b0c5747

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/components/class-field-description.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{/if}}
1818
{{!-- TODO: Fix this link for a11y --}}
1919
<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'}}
20+
{{svg-jar 'link' width='20px' height='20px'}}
2121
</a>
2222
</h3>
2323
{{#if @model.module}}
File renamed without changes.

0 commit comments

Comments
 (0)