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; })} -
); }