fix(curriculum): remove redundant class in bootstrap description (#44812)

This commit is contained in:
Mário Pereira
2022-01-18 10:11:10 +00:00
committed by GitHub
parent 03c6197616
commit ce9bd6ddbd

View File

@ -10,7 +10,7 @@ dashedName: call-out-optional-actions-with-btn-info
Bootstrap comes with several pre-defined colors for buttons. The `btn-info` class is used to call attention to optional actions that the user can take. Bootstrap comes with several pre-defined colors for buttons. The `btn-info` class is used to call attention to optional actions that the user can take.
Create a new block-level Bootstrap button below your `Like` button with the text `Info`, and add Bootstrap's `btn-info` and `btn-block` classes to it. Create a new block-level Bootstrap button below your `Like` button with the text `Info`, and add Bootstrap's `btn-info` class to it.
Note that these buttons still need the `btn` and `btn-block` classes. Note that these buttons still need the `btn` and `btn-block` classes.