File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const Page404 = () => {
28
28
< CInputGroupText >
29
29
< CIcon icon = { cilMagnifyingGlass } />
30
30
</ CInputGroupText >
31
- < CFormInput size = "16" type = "text" placeholder = "What are you looking for?" />
31
+ < CFormInput type = "text" placeholder = "What are you looking for?" />
32
32
< CButton color = "info" > Search</ CButton >
33
33
</ CInputGroup >
34
34
</ CCol >
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ const Page500 = () => {
28
28
< CInputGroupText >
29
29
< CIcon icon = { cilMagnifyingGlass } />
30
30
</ CInputGroupText >
31
- < CFormInput size = "16" type = "text" placeholder = "What are you looking for?" />
31
+ < CFormInput type = "text" placeholder = "What are you looking for?" />
32
32
< CButton color = "info" > Search</ CButton >
33
33
</ CInputGroup >
34
34
</ CCol >
Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ const Register = () => {
55
55
autoComplete = "new-password"
56
56
/>
57
57
</ CInputGroup >
58
- < CButton color = "success" block >
59
- Create Account
60
- </ CButton >
58
+ < div className = "d-grid" >
59
+ < CButton color = "success" > Create Account</ CButton >
60
+ </ div >
61
61
</ CForm >
62
62
</ CCardBody >
63
63
</ CCard >
You can’t perform that action at this time.
0 commit comments