Skip to content

Commit

Permalink
fix: React Redux link on about page
Browse files Browse the repository at this point in the history
  • Loading branch information
paultibbetts committed Mar 8, 2020
1 parent d9019f2 commit 4ce0866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const About = () => (
Yet another Hacker News clone
</p>
<p>
Featuring <a href="https://reactjs.org/">React 16</a>, <a href="https://reacttraining.com/react-router/">React Router 4</a>, <a href="https://redux.js.org/docs/basics/UsageWithReact.html">React Redux</a>, <a href="https://github.com/gaearon/redux-thunk">Redux Thunk</a>, <a href="https://github.com/cheeaun/node-hnapi/">HN API</a>, CSS variables, unread link highlighting and clickable links in comments.
Featuring <a href="https://reactjs.org/">React 16</a>, <a href="https://reacttraining.com/react-router/">React Router 4</a>, <a href="https://react-redux.js.org/">React Redux</a>, <a href="https://github.com/gaearon/redux-thunk">Redux Thunk</a>, <a href="https://github.com/cheeaun/node-hnapi/">HN API</a>, CSS variables, unread link highlighting and clickable links in comments.
</p>
<p>
View the source code on <a href="https://github.com/ptibbetts/reactHN">GitHub</a>
Expand Down

0 comments on commit 4ce0866

Please sign in to comment.