Removed roots from CSS file, added id to button
This commit is contained in:
parent
2a904dff20
commit
84fb90b422
2 changed files with 2 additions and 5 deletions
|
@ -22,7 +22,4 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 3%;
|
||||
}
|
||||
/*.roots {
|
||||
border-radius: 25px;
|
||||
}*/
|
||||
}
|
|
@ -10,7 +10,7 @@ function App() {
|
|||
<div className="App">
|
||||
<h1 id="title">{data.title}</h1>
|
||||
<div id="container">
|
||||
<Button className="roots" variant="primary">Facebook</Button>
|
||||
<Button className="roots" id="facebook" variant="primary">Facebook</Button>
|
||||
{/*{data.links.map((rootDetail, index)=>{
|
||||
if(rootDetail.type == "facebook") {
|
||||
res = <AwesomeButton className="roots"></AwesomeButton>
|
||||
|
|
Loading…
Reference in a new issue