From fb95c93ba05c3ea58d0d37a49c34835fb95d4464 Mon Sep 17 00:00:00 2001 From: mikwee Date: Mon, 8 Nov 2021 21:09:38 +0200 Subject: [PATCH] Getting rid of the container --- src/App.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index f83fc6f..c753c2b 100644 --- a/src/App.js +++ b/src/App.js @@ -11,8 +11,8 @@ function App() { return (

{data.title}

-
- + + {data.links.map((rootDetail, index)=>{ if(rootDetail.type === "facebook") { res = @@ -50,7 +50,6 @@ function App() { return res; })} -
); }