From 4ce0866d831ac5fa3e5cde1508664251a29a511a Mon Sep 17 00:00:00 2001 From: Paul Tibbetts Date: Sun, 8 Mar 2020 00:12:35 +0000 Subject: [PATCH] fix: React Redux link on about page --- src/components/About.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/About.js b/src/components/About.js index 2a01756..1313340 100644 --- a/src/components/About.js +++ b/src/components/About.js @@ -8,7 +8,7 @@ const About = () => ( Yet another Hacker News clone

- Featuring React 16, React Router 4, React Redux, Redux Thunk, HN API, CSS variables, unread link highlighting and clickable links in comments. + Featuring React 16, React Router 4, React Redux, Redux Thunk, HN API, CSS variables, unread link highlighting and clickable links in comments.

View the source code on GitHub