Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
chore(all): merge pull request #31 from CharlesMangwa/patch-1
Browse files Browse the repository at this point in the history
[RFM] Add missing <Text /> in doc examples
  • Loading branch information
LeoLeBras authored Aug 3, 2017
2 parents 04d8b1d + bd21318 commit fef7300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const App = () => (
<Card
exact
path="/"
render={() => <Link to="/hello">Press it</Link>}
render={() => <Link to="/hello"><Text>Press it</Text></Link>}
/>
<Card
path="/hello"
Expand Down

0 comments on commit fef7300

Please sign in to comment.