Skip to content

Commit

Permalink
Fixes typo in CSS properties (#10)
Browse files Browse the repository at this point in the history
`"centeru"` -> `"center"`
  • Loading branch information
sandeepraju authored and ElForastero committed Nov 22, 2019
1 parent 7c0b528 commit 33c070a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Example/Example.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default () => {

return (
<Example>
<Box display="flex" alignItems="centeru">
<Box display="flex" alignItems="center">
<Logo width="50px" height="50px" />
{greeting}
</Box>
Expand Down

0 comments on commit 33c070a

Please sign in to comment.