Skip to content

Commit

Permalink
Fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
marella committed Jun 17, 2021
1 parent 196fb76 commit a5e835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/svgr/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const App = () => (
<div>
<img src={starUrl} alt="star" />
<Star />
<span class="star"></span>
<span className="star"></span>
</div>
);

Expand Down

0 comments on commit a5e835e

Please sign in to comment.