From 4c9665633c9d433d7a4785b384385d8f198f272d Mon Sep 17 00:00:00 2001 From: mikwee Date: Tue, 16 Nov 2021 19:36:07 +0200 Subject: [PATCH] Removed classes --- src/App.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App.js b/src/App.js index e2e43af..e647c4c 100644 --- a/src/App.js +++ b/src/App.js @@ -19,31 +19,31 @@ function App() { 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.";