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