File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,14 @@ export default function ButtonsAndLinks() {
5959 < h5 className = "section" > With Icons</ h5 >
6060
6161 < div className = "mb-3" >
62- < button type = "button" className = "mr-2 btn btn-primary btn" > < FontAwesomeIcon icon = { faCheckCircle } /> Medium</ button >
63- < button type = "button" className = "mr-2 btn btn-primary btn-lg" > < FontAwesomeIcon icon = { faCheckCircle } /> Large</ button >
62+ < button type = "button" className = "mr-2 btn btn-primary btn" >
63+ < FontAwesomeIcon className = "mr-2" icon = { faCheckCircle } />
64+ Medium
65+ </ button >
66+ < button type = "button" className = "mr-2 btn btn-primary btn-lg" >
67+ < FontAwesomeIcon className = "mr-2" icon = { faCheckCircle } />
68+ Large
69+ </ button >
6470 </ div >
6571 </ div >
6672
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export default class Basics extends React.Component {
3333 < div className = "mb-5 d-flex align-items-center" >
3434 < span className = "mr-5" > < a href = "#demo" > Link</ a > </ span >
3535 < span className = "mr-5" > < a href = "#demo" > Link extension →</ a > </ span >
36- < span className = "mr-5" > < a href = "#demo" > < FontAwesomeIcon icon = { faCheckCircle } /> Link with icon</ a > </ span >
36+ < span className = "mr-5" > < a href = "#demo" > < FontAwesomeIcon icon = { faCheckCircle } className = "mr-1" /> Link with icon</ a > </ span >
3737 < span className = "mr-5" > < a className = "btn btn-link" href = "#demo" > Link with button container</ a > </ span >
3838 </ div >
3939 < div className = "alert alert-info d-flex" role = "alert" >
You can’t perform that action at this time.
0 commit comments