update dashboard text
This commit is contained in:
@ -63,17 +63,16 @@ function Uploader() {
|
||||
name = "file-input" / >
|
||||
<
|
||||
/CCol> < /
|
||||
CFormGroup > <
|
||||
CCardFooter >
|
||||
<
|
||||
CButton type = "submit"
|
||||
CFormGroup >
|
||||
<CCardFooter >
|
||||
<CButton type = "submit"
|
||||
onClick = { onClickHandler }
|
||||
size = "sm"
|
||||
color = "primary" > < CIcon name = "cil-scrubber" / > アップロード < /CButton> < /
|
||||
CCardFooter > <
|
||||
/CCardBody> < /
|
||||
CCard > <
|
||||
/div>
|
||||
CCardFooter>
|
||||
</CCardBody>
|
||||
</CCard>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
@ -1,12 +1,35 @@
|
||||
import React, { lazy } from 'react'
|
||||
import CIcon from '@coreui/icons-react'
|
||||
import {
|
||||
CCol,
|
||||
CFormGroup,
|
||||
CInput,
|
||||
CInputFile,
|
||||
CLabel,
|
||||
CButton,
|
||||
CCard,
|
||||
CCardHeader,
|
||||
CCardBody,
|
||||
CCardFooter,
|
||||
} from '@coreui/react'
|
||||
|
||||
const Dashboard = () => {
|
||||
return (
|
||||
<>
|
||||
<div >
|
||||
<CCard class="bg-info">
|
||||
<CCardBody >
|
||||
<div class="text-white text-center card bg-info">
|
||||
<div class="card-body">
|
||||
<blockquote class="card-bodyquote">
|
||||
<h1>FBS Web app</h1>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</CCardBody>
|
||||
</CCard>
|
||||
</div>
|
||||
)
|
||||
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Dashboard
|
||||
|
||||
Reference in New Issue
Block a user