Skip to content

Commit

Permalink
Fix(web-twig): Fix animations helper using class on Icon, not UNSAFE_…
Browse files Browse the repository at this point in the history
…className
  • Loading branch information
crishpeen authored and literat committed Jul 19, 2023
1 parent f0ad3c0 commit 28aa795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<h2 class="docs-Heading">Animations</h2>

<Icon name="reload" class="animation-spin-clockwise" />
<Icon name="reload" UNSAFE_className="animation-spin-clockwise" />

</section>

Expand Down

0 comments on commit 28aa795

Please sign in to comment.