fix button text

This commit is contained in:
Abhinav 2022-07-05 13:05:18 +05:30
parent 25e0ec119d
commit e04fa57581

View file

@ -147,7 +147,7 @@ export default function Uploader(props: Props) {
content: constants.CANVAS_BLOCKED_MESSAGE(), content: constants.CANVAS_BLOCKED_MESSAGE(),
close: { text: constants.CLOSE }, close: { text: constants.CLOSE },
proceed: { proceed: {
text: constants.DOWNLOAD_APP, text: constants.DOWNLOAD,
action: downloadApp, action: downloadApp,
variant: 'accent', variant: 'accent',
}, },