Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 60303b9

Browse files
committed
add resource
1 parent 20d502f commit 60303b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/App.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ class App extends React.Component<AppProps, AppState> {
6161
</Search>
6262

6363
<Articles articles={ARTICLES.filter(applyFilter(searchTerm))} />
64+
65+
<p>Found in <a href="https://roadtoreact.com/">the Road to learn React</a></p>
6466
</div>
6567
);
6668
}

0 commit comments

Comments
 (0)