Skip to content

Commit 62a632f

Browse files
author
Lukas Nys
committed
cleanup: remove unused class (#882)
1 parent 000eef1 commit 62a632f

File tree

1 file changed

+1
-1
lines changed

1 file 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
@@ -16,7 +16,7 @@
1616
<span class='access'>deprecated</span>
1717
{{/if}}
1818
{{!-- TODO: Fix this link for a11y --}}
19-
<a class='anchor class-field-description--link' data-test-anchor="{{@field.name}}" role='link' {{on 'click' (fn this.updateAnchor @field.name)}} {{!-- template-lint-disable link-href-attributes --}}>
19+
<a class='class-field-description--link' data-test-anchor="{{@field.name}}" role='link' {{on 'click' (fn this.updateAnchor @field.name)}} {{!-- template-lint-disable link-href-attributes --}}>
2020
{{svg-jar 'link' width='20px' height='20px'}}
2121
</a>
2222
</h3>

0 commit comments

Comments
 (0)