Skip to content

Commit 8031e58

Browse files
committed
fix typo
1 parent f2007a9 commit 8031e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/react-entry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ReactDOM.render(
5353

5454
<h3>Image without resize</h3>
5555

56-
<div className=".image-without-resize" style={{ width: '100%', height: '100%' }}>
56+
<div className="image-without-resize" style={{ width: '100%', height: '100%' }}>
5757
Image without resize on background
5858
</div>
5959
<style>{backgroundCssSmart('.image-without-resize', imageWithoutResize)}</style>

0 commit comments

Comments
 (0)