Skip to content

Commit

Permalink
icon
Browse files Browse the repository at this point in the history
  • Loading branch information
xav-car committed Sep 24, 2024
1 parent ac903c2 commit 78c16f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addon/components/pix-icon.hbs
Original file line number Diff line number Diff line change
@@ -2,7 +2,8 @@
xmlns="http://www.w3.org/2000/svg"
alt={{this.alternativeText}}
aria-hidden={{this.ariaHidden}}
role="img"
...attributes
>
<use href="../@1024pix/pix-ui/svg/pix-sprite.svg#{{this.iconName}}" />
<use href="/@1024pix/pix-ui/svg/pix-sprite.svg#{{this.iconName}}" />
</svg>

0 comments on commit 78c16f0

Please sign in to comment.