Removing the roots class
This commit is contained in:
parent
1d35630043
commit
fb142dad68
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,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" id="facebook" variant="primary" size="lg">Facebook</Button>
|
<Button id="facebook" variant="primary" size="lg">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…
Reference in a new issue