File tree Expand file tree Collapse file tree 18 files changed +26
-26
lines changed
Expand file tree Collapse file tree 18 files changed +26
-26
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ class Breadcrumbs extends Component {
1111 < CardHeader >
1212 < i className = "fa fa-align-justify" > </ i > < strong > Breadcrumbs</ strong >
1313 < div className = "card-header-actions" >
14- < a href = "https://reactstrap.github.io/components/breadcrumbs/" rel = "noreferrer noopener" target = "_blank" >
14+ < a href = "https://reactstrap.github.io/components/breadcrumbs/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
1515 < small className = "text-muted" > docs</ small >
1616 </ a >
1717 </ div >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ class Carousels extends Component {
8888 < CardHeader >
8989 < i className = "fa fa-align-justify" > </ i > < strong > Carousel</ strong >
9090 < div className = "card-header-actions" >
91- < a href = "https://reactstrap.github.io/components/carousel/" rel = "noreferrer noopener" target = "_blank" >
91+ < a href = "https://reactstrap.github.io/components/carousel/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
9292 < small className = "text-muted" > docs</ small >
9393 </ a >
9494 </ div >
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ class Collapses extends Component {
5050 < CardHeader >
5151 < i className = "fa fa-align-justify" > </ i > < strong > Collapse</ strong >
5252 < div className = "card-header-actions" >
53- < a href = "https://reactstrap.github.io/components/collapse/" rel = "noreferrer noopener" target = "_blank" >
53+ < a href = "https://reactstrap.github.io/components/collapse/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
5454 < small className = "text-muted" > docs</ small >
5555 </ a >
5656 </ div >
@@ -91,7 +91,7 @@ class Collapses extends Component {
9191 < CardHeader >
9292 < i className = "fa fa-align-justify" > </ i > < strong > Fade</ strong >
9393 < div className = "card-header-actions" >
94- < a href = "https://reactstrap.github.io/components/fade/" rel = "noreferrer noopener" target = "_blank" >
94+ < a href = "https://reactstrap.github.io/components/fade/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
9595 < small className = "text-muted" > docs</ small >
9696 </ a >
9797 </ div >
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class Dropdowns extends Component {
2929 < CardHeader >
3030 < i className = "fa fa-align-justify" > </ i > < strong > Dropdowns</ strong >
3131 < div className = "card-header-actions" >
32- < a href = "https://reactstrap.github.io/components/dropdowns/" rel = "noreferrer noopener" target = "_blank" >
32+ < a href = "https://reactstrap.github.io/components/dropdowns/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
3333 < small className = "text-muted" > docs</ small >
3434 </ a >
3535 </ div >
Original file line number Diff line number Diff line change @@ -1051,9 +1051,9 @@ class Forms extends Component {
10511051 < CardHeader >
10521052 < i className = "fa fa-edit" > </ i > Form Elements
10531053 < div className = "card-header-actions" >
1054- < a href = "#" className = "btn-setting" > < i className = "icon-settings" > </ i > </ a >
1055- < Button className = "btn btn-minimize" data-target = "#collapseExample" onClick = { this . toggle } > < i className = "icon-arrow-up" > </ i > </ Button >
1056- < a href = "#" className = "btn-close" > < i className = "icon-close" > </ i > </ a >
1054+ < a href = "#" className = "card-header-action btn-setting" > < i className = "icon-settings" > </ i > </ a >
1055+ < a className = "card-header-action btn btn-minimize" data-target = "#collapseExample" onClick = { this . toggle } > < i className = "icon-arrow-up" > </ i > </ a >
1056+ < a href = "#" className = "card-header-action btn-close" > < i className = "icon-close" > </ i > </ a >
10571057 </ div >
10581058 </ CardHeader >
10591059 < Collapse isOpen = { this . state . collapse } id = "collapseExample" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Jumbotrons extends Component {
1010 < CardHeader >
1111 < i className = "fa fa-align-justify" > </ i > < strong > Jumbotron</ strong >
1212 < div className = "card-header-actions" >
13- < a href = "https://reactstrap.github.io/components/jumbotron/" rel = "noreferrer noopener" target = "_blank" >
13+ < a href = "https://reactstrap.github.io/components/jumbotron/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
1414 < small className = "text-muted" > docs</ small >
1515 </ a >
1616 </ div >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ class ListGroups extends Component {
1212 < CardHeader >
1313 < i className = "fa fa-align-justify" > </ i > < strong > List Group</ strong >
1414 < div className = "card-header-actions" >
15- < a href = "https://reactstrap.github.io/components/listgroup/" rel = "noreferrer noopener" target = "_blank" >
15+ < a href = "https://reactstrap.github.io/components/listgroup/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
1616 < small className = "text-muted" > docs</ small >
1717 </ a >
1818 </ div >
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ class Navbars extends Component {
4848 < CardHeader >
4949 < i className = "fa fa-align-justify" > </ i > < strong > Navbar</ strong >
5050 < div className = "card-header-actions" >
51- < a href = "https://reactstrap.github.io/components/navbar/" rel = "noreferrer noopener" target = "_blank" >
51+ < a href = "https://reactstrap.github.io/components/navbar/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
5252 < small className = "text-muted" > docs</ small >
5353 </ a >
5454 </ div >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ class Navs extends Component {
2828 < CardHeader >
2929 < i className = "fa fa-align-justify" > </ i > < strong > Navs</ strong >
3030 < div className = "card-header-actions" >
31- < a href = "https://reactstrap.github.io/components/navs/" rel = "noreferrer noopener" target = "_blank" >
31+ < a href = "https://reactstrap.github.io/components/navs/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
3232 < small className = "text-muted" > docs</ small >
3333 </ a >
3434 </ div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Paginations extends Component {
1010 < CardHeader >
1111 < i className = "fa fa-align-justify" > </ i > < strong > Pagination</ strong >
1212 < div className = "card-header-actions" >
13- < a href = "https://reactstrap.github.io/components/pagination/" rel = "noreferrer noopener" target = "_blank" >
13+ < a href = "https://reactstrap.github.io/components/pagination/" rel = "noreferrer noopener" target = "_blank" className = "card-header-action" >
1414 < small className = "text-muted" > docs</ small >
1515 </ a >
1616 </ div >
You can’t perform that action at this time.
0 commit comments