fix: remove deprecated props
This commit is contained in:
parent
11f92a2b22
commit
75ed32fcc7
@ -28,7 +28,7 @@ const Page404 = () => {
|
|||||||
<CInputGroupText>
|
<CInputGroupText>
|
||||||
<CIcon icon={cilMagnifyingGlass} />
|
<CIcon icon={cilMagnifyingGlass} />
|
||||||
</CInputGroupText>
|
</CInputGroupText>
|
||||||
<CFormInput size="16" type="text" placeholder="What are you looking for?" />
|
<CFormInput type="text" placeholder="What are you looking for?" />
|
||||||
<CButton color="info">Search</CButton>
|
<CButton color="info">Search</CButton>
|
||||||
</CInputGroup>
|
</CInputGroup>
|
||||||
</CCol>
|
</CCol>
|
||||||
|
@ -28,7 +28,7 @@ const Page500 = () => {
|
|||||||
<CInputGroupText>
|
<CInputGroupText>
|
||||||
<CIcon icon={cilMagnifyingGlass} />
|
<CIcon icon={cilMagnifyingGlass} />
|
||||||
</CInputGroupText>
|
</CInputGroupText>
|
||||||
<CFormInput size="16" type="text" placeholder="What are you looking for?" />
|
<CFormInput type="text" placeholder="What are you looking for?" />
|
||||||
<CButton color="info">Search</CButton>
|
<CButton color="info">Search</CButton>
|
||||||
</CInputGroup>
|
</CInputGroup>
|
||||||
</CCol>
|
</CCol>
|
||||||
|
@ -55,9 +55,9 @@ const Register = () => {
|
|||||||
autoComplete="new-password"
|
autoComplete="new-password"
|
||||||
/>
|
/>
|
||||||
</CInputGroup>
|
</CInputGroup>
|
||||||
<CButton color="success" block>
|
<div className="d-grid">
|
||||||
Create Account
|
<CButton color="success">Create Account</CButton>
|
||||||
</CButton>
|
</div>
|
||||||
</CForm>
|
</CForm>
|
||||||
</CCardBody>
|
</CCardBody>
|
||||||
</CCard>
|
</CCard>
|
||||||
|
Loading…
Reference in New Issue
Block a user