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 000eef1 commit 62a632fCopy full SHA for 62a632f
app/components/class-field-description.hbs
@@ -16,7 +16,7 @@
16
<span class='access'>deprecated</span>
17
{{/if}}
18
{{!-- 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 --}}>
+ <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 --}}>
20
{{svg-jar 'link' width='20px' height='20px'}}
21
</a>
22
</h3>
0 commit comments