Skip to content

Commit

Permalink
docs(index): fix typo fontsize to fontSize
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsmao committed Jul 11, 2020
1 parent 82ab446 commit 0fc7c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/pages/index.js
Expand Up @@ -63,7 +63,7 @@ const sampleCode = `
<Text mt={2}>$119/night</Text>
<Flex mt={2} align="center">
<Box as={MdStar} color="orange.400" />
<Text ml={1} fontsize="sm"><b>4.84</b> (190)</Text>
<Text ml={1} fontSize="sm"><b>4.84</b> (190)</Text>
</Flex>
</Box>
`
Expand Down

0 comments on commit 0fc7c21

Please sign in to comment.