Skip to content

Commit

Permalink
Merge pull request #1060 from TristanBrotherton/svelte-5-fix
Browse files Browse the repository at this point in the history
Add svelte options tag to fix rendering in Svelte 5
  • Loading branch information
RobBrazier committed Jan 4, 2024
2 parents fc67915 + cd36ab1 commit d545e11
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/components/Icon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,5 @@
box = calculateBox();
}
</script>

<svelte:options namespace="svg" />

0 comments on commit d545e11

Please sign in to comment.