Making the button work
This commit is contained in:
parent
8241e67f84
commit
2a904dff20
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ function App() {
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<h1 id="title">{data.title}</h1>
|
<h1 id="title">{data.title}</h1>
|
||||||
<div id="container">
|
<div id="container">
|
||||||
<Button className="roots" variant="primary" size="lg"></Button>
|
<Button className="roots" variant="primary">Facebook</Button>
|
||||||
{/*{data.links.map((rootDetail, index)=>{
|
{/*{data.links.map((rootDetail, index)=>{
|
||||||
if(rootDetail.type == "facebook") {
|
if(rootDetail.type == "facebook") {
|
||||||
res = <AwesomeButton className="roots"></AwesomeButton>
|
res = <AwesomeButton className="roots"></AwesomeButton>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue