From 39f46548a5f614b020c9548db1aba68cf322699e Mon Sep 17 00:00:00 2001 From: mikwee Date: Mon, 8 Nov 2021 20:47:58 +0200 Subject: [PATCH] Adding the links --- src/App.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.js b/src/App.js index c17460d..f83fc6f 100644 --- a/src/App.js +++ b/src/App.js @@ -15,34 +15,34 @@ function App() { {data.links.map((rootDetail, index)=>{ if(rootDetail.type === "facebook") { - res = + res = } else if(rootDetail.type === "instagram") { - res = + res = } else if (rootDetail.type === "twitter") { - res = + res = } else if (rootDetail.type === "github") { - res = + res = } else if (rootDetail.type === "youtube") { - res = + res = } else if (rootDetail.type === "linkedin") { - res = + res = } else if (rootDetail.type === "pinterest") { - res = + res = } else if (rootDetail.type === "tumblr") { - res = + res = } else if (rootDetail.type === "reddit") { - res = + res = } else if (rootDetail.type === "basic") { - res = + res = } else { // throw "One of your roots has an unrecognized type. Check out the documentation for the supported types.";