feat: change comment for button

This commit is contained in:
RohitR311
2025-01-08 13:14:41 +05:30
parent 3f9afc1427
commit 65cdef3c3b

View File

@@ -77,8 +77,8 @@ export const SaveRecording = ({ fileName }: SaveRecordingProps) => {
return (
<div>
<!-- <Button onClick={() => setOpenModal(true)} variant='contained' sx={{ marginRight: '20px',backgroundColor: '#ff00c3',color: 'white' }} size="small" color="success">
Finish -->
{/* <Button onClick={() => setOpenModal(true)} variant='contained' sx={{ marginRight: '20px',backgroundColor: '#ff00c3',color: 'white' }} size="small" color="success">
Finish */}
<Button onClick={() => setOpenModal(true)} variant="outlined" sx={{ marginRight: '20px' }} size="small" color="success">
{t('right_panel.buttons.finish')}