Skip to content

Commit

Permalink
Fix component mixUp in css docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rnambaale committed Sep 5, 2020
1 parent e9ed2b6 commit f648ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const Wrapper = styled.section`
`;

// Use them like any other React component – except they're styled!
function Button() {
function Header() {
return (
<Wrapper>
<Title>
Expand Down

0 comments on commit f648ff2

Please sign in to comment.