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