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 e24100f commit a8647f7Copy full SHA for a8647f7
source/_patterns/01-elements/link/_link.hbs
@@ -12,8 +12,6 @@
12
{{#if target}} target="{{ target }}"{{/if }}
13
{{#if current}} aria-current="{{ current }}"{{/if }}
14
{{#if size }} data-size="{{ size }}"{{/if }}
15
- {{#if icon}} data-icon="{{ icon }}"{{/if}}
16
- {{#if icon-after}} data-icon-after="{{ icon-after }}"{{/if}}
17
{{#if data-variant}} data-variant="{{ data-variant }}"{{/if}}
18
- >{{#if value }}{{{ value }}}{{ else }}{{ href }}{{/if }}
19
-</a>
+ {{#if data-content}} data-content="{{data-content}}"{{/if}}
+ >{{#if value }}{{{ value }}}{{ else }}{{ href }}{{/if }}</a>
0 commit comments