diff --git a/src/components/browser/BrowserRecordingSave.tsx b/src/components/browser/BrowserRecordingSave.tsx index 9011fd9a..2a4b59a6 100644 --- a/src/components/browser/BrowserRecordingSave.tsx +++ b/src/components/browser/BrowserRecordingSave.tsx @@ -132,7 +132,6 @@ const BrowserRecordingSave = () => { {t('right_panel.buttons.discard')} - {/* Reset Button */} { { setOpenResetModal(true); handleClose(); }}> {t('right_panel.buttons.reset')} + { window.open('https://docs.maxun.dev', '_blank'); }}> + Documentation + - {/* Discard Confirmation Modal */} setOpenDiscardModal(false)} modalStyle={modalStyle}> {t('browser_recording.modal.confirm_discard')} @@ -170,7 +171,6 @@ const BrowserRecordingSave = () => { - {/* Reset Confirmation Modal */} setOpenResetModal(false)} modalStyle={modalStyle}> {t('browser_recording.modal.confirm_reset')}