Removed roots from CSS file, added id to button

This commit is contained in:
mikwee 2021-11-05 17:23:02 +02:00
parent 2a904dff20
commit 84fb90b422
2 changed files with 2 additions and 5 deletions

View File

@ -22,7 +22,4 @@
display: flex;
justify-content: center;
margin-top: 3%;
}
/*.roots {
border-radius: 25px;
}*/
}

View File

@ -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>