Skip to content

Commit 6c7779b

Browse files
chore: remove use of deprecated xlink attribute (#996)
Co-authored-by: Rich Harris <[email protected]>
1 parent 1cb4969 commit 6c7779b

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)