From 65c1f852779d0474a8721d78a93c9bba4118da20 Mon Sep 17 00:00:00 2001 From: mitchelljfs Date: Sat, 21 Jul 2018 12:47:25 -0700 Subject: [PATCH] Added redirect router to linkedin --- src/routes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/routes/index.js b/src/routes/index.js index c97d502..0283bb1 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -17,6 +17,12 @@ class Routes extends React.Component { + + (window.location = "https://linkedin.com/in/mitchelljfsimon") + } + /> ) }