Skip to content

Commit 23c0f7b

Browse files
committed
fix(docs): use JSX style object
1 parent 68a1cec commit 23c0f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import Readme from '../../README.md'
55
src='cover.png'
66
alt='react-netlify-forms'
77
title='react-netlify-forms'
8-
style='padding:1rem 0.5rem 0rem 0.5rem; max-height:140px;'
8+
style={{ padding: '1rem 0.5rem 0rem 0.5rem', maxHeight: '140px' }}
99
/>
1010
</center>
1111

0 commit comments

Comments
 (0)