Skip to content

Commit

Permalink
docs(Icon Details): fix console warning when using class (#2128)
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored and joakbjerk committed Mar 27, 2023
1 parent dfc8676 commit 6d6a90b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ svg {

Icons should have a minimum area of 8px between them and their nearest neighbor.

<div class="image-box">
<div className="image-box">
<InlineImg
src={IconNearestNeighbour}
caption="Icons with nearest neighbour 8px (0.5rem) distance"
Expand Down

0 comments on commit 6d6a90b

Please sign in to comment.