From 0a51ce7b29c76ab29635b78054e0216a089ad7a6 Mon Sep 17 00:00:00 2001 From: mikwee Date: Mon, 8 Nov 2021 21:10:24 +0200 Subject: [PATCH] Bringing the container back --- src/App.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/App.js b/src/App.js index c753c2b..f83fc6f 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,6 +50,7 @@ function App() { return res; })} +
); }