Skip to content

Commit

Permalink
resolve alteracoes dos revisores
Browse files Browse the repository at this point in the history
  • Loading branch information
cezaraugusto committed Feb 20, 2019
1 parent c001d0c commit d2b3b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/home/examples/a-simple-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ class HelloMessage extends React.Component {
}

ReactDOM.render(
<HelloMessage name="Daniel" />,
<HelloMessage name="Taylor" />,
document.getElementById('hello-example')
);
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Home extends Component {
return (
<Layout location={location}>
<TitleAndMetaTags
title="React &ndash; Uma biblioteca JavaScript para criar user interfaces"
title="React &ndash; Uma biblioteca JavaScript para criar interfaces do usuário"
ogUrl={createOgUrl('index.html')}
/>
<div css={{width: '100%'}}>
Expand Down Expand Up @@ -134,7 +134,7 @@ class Home extends Component {
fontSize: 30,
},
}}>
Uma biblioteca JavaScript para criar user interfaces
Uma biblioteca JavaScript para criar interfaces do usuário
</p>
<Flex
valign="center"
Expand Down

0 comments on commit d2b3b88

Please sign in to comment.