Skip to content

Commit a8647f7

Browse files
committed
refactor: remove custom icons for links
1 parent e24100f commit a8647f7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/_patterns/01-elements/link/_link.hbs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
{{#if target}} target="{{ target }}"{{/if }}
1313
{{#if current}} aria-current="{{ current }}"{{/if }}
1414
{{#if size }} data-size="{{ size }}"{{/if }}
15-
{{#if icon}} data-icon="{{ icon }}"{{/if}}
16-
{{#if icon-after}} data-icon-after="{{ icon-after }}"{{/if}}
1715
{{#if data-variant}} data-variant="{{ data-variant }}"{{/if}}
18-
>{{#if value }}{{{ value }}}{{ else }}{{ href }}{{/if }}
19-
</a>
16+
{{#if data-content}} data-content="{{data-content}}"{{/if}}
17+
>{{#if value }}{{{ value }}}{{ else }}{{ href }}{{/if }}</a>

0 commit comments

Comments
 (0)