From adbeaaa8da3f0fbdfbb66ea06bf93c90f005d619 Mon Sep 17 00:00:00 2001 From: mikwee Date: Tue, 16 Nov 2021 19:30:34 +0200 Subject: [PATCH] Added classes --- src/App.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/App.js b/src/App.js index e647c4c..e2e43af 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.";