Skip to content

Commit e5c9b8a

Browse files
authored
chore: remove use of deprecated xlink attribute
1 parent 65825d3 commit e5c9b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/site-kit/src/lib/components/Icon.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use an svg icon that was provided through `Icons.svelte` from
1414
</script>
1515

1616
<svg width={size} height={size}>
17-
<use xlink:href="#{name}" />
17+
<use href="#{name}" />
1818
</svg>
1919

2020
<style>

0 commit comments

Comments
 (0)