File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ addDecorator(story => (
13
13
< CRow >
14
14
< CCol lg = "12" xs = "12" >
15
15
< CCard lg = "12" xs = "12" >
16
- < h1 class = "ml-3" > CoreUI</ h1 >
16
+ < h1 className = "ml-3" > CoreUI</ h1 >
17
17
</ CCard >
18
18
</ CCol >
19
19
{ story ( ) }
20
20
</ CRow >
21
21
</ CContainer >
22
22
</ >
23
- ) ) ;
23
+ ) ) ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ return <>
40
40
leftHeader = { leftHeader }
41
41
leftFooter = { leftFooter }
42
42
>
43
- < p class = "m-4" > Some brand</ p >
43
+ < p className = "m-4" > Some brand</ p >
44
44
</ CWidgetBrand >
45
45
</ CCardBody >
46
46
</ CCard >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ return <>
42
42
text = { _text }
43
43
>
44
44
< CDropdown
45
- class = "float-right"
45
+ className = "float-right"
46
46
color = "transparent p-0"
47
47
placement = "bottom-end"
48
48
>
You can’t perform that action at this time.
0 commit comments