Skip to content

Commit 54dfbee

Browse files
committed
Modify UploadDialog content.
1 parent eb0e4fb commit 54dfbee

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

src/views/upload-dialog/UploadDialog.js

Lines changed: 9 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,35 +18,27 @@ const UploadDialog = () => {
1818
<CButton onClick={() => setVisible(!visible)}>Launch demo modal</CButton>
1919
<CModal alignment="center" visible={visible} onClose={() => setVisible(false)}>
2020
<CModalHeader>
21-
<CModalTitle>Modal title</CModalTitle>
21+
<CModalTitle>Upload Your Audio File.</CModalTitle>
2222
</CModalHeader>
2323
<CModalBody>
24-
<h5>Popover in a modal</h5>
24+
<h5>Online</h5>
2525
<p>
26-
This
27-
<CPopover title="Popover title" content="Popover body content is set in this property.">
28-
<CButton>button</CButton>
29-
</CPopover>{' '}
30-
triggers a popover on click.
31-
</p>
32-
<hr />
33-
<h5>Tooltips in a modal</h5>
34-
<p>
35-
<CTooltip content="Tooltip">
36-
<CLink>This link</CLink>
26+
This could be
27+
<CTooltip content="Google Drive">
28+
<CLink>Google Drive</CLink>
3729
</CTooltip>{' '}
3830
and
39-
<CTooltip content="Tooltip">
40-
<CLink>that link</CLink>
31+
<CTooltip content="Dropbox">
32+
<CLink>Dropbox</CLink>
4133
</CTooltip>{' '}
42-
have tooltips on hover.
34+
links.
4335
</p>
4436
</CModalBody>
4537
<CModalFooter>
38+
<CButton color="primary">Choose from computer</CButton>
4639
<CButton color="secondary" onClick={() => setVisible(false)}>
4740
Close
4841
</CButton>
49-
<CButton color="primary">Save changes</CButton>
5042
</CModalFooter>
5143
</CModal>
5244
</>

0 commit comments

Comments
 (0)