Skip to content

Commit

Permalink
fix(icon): fix for icons not loading (#3454)
Browse files Browse the repository at this point in the history
Icons were not loading on the spectrum-two branch. The fetchIconSVG
function is not working (this function no longer exists in main). This
is a light touch update so icons appear, until spectrum-two is back up
to date with main.
  • Loading branch information
jawinn authored Dec 18, 2024
1 parent 69cb1b9 commit 213f61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/stories/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Template = ({
fill,
id,
customClasses = [],
useRef = false,
useRef = true,
...globals
}) => {
const { scale } = globals;
Expand Down

0 comments on commit 213f61b

Please sign in to comment.