We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e797d1 commit 252fd05Copy full SHA for 252fd05
src/renderer/routes/AdvancedEditor.jsx
@@ -201,6 +201,7 @@ let AdvancedEditor = () => {
201
<div>
202
<p>Please choose the video you wish to add subtitles to. Note that the file needs to already be trimmed to the length you want it.</p>
203
<input type="file" accept=".mp4" onChange={onFileOpen} />
204
+ <Link to="/"><button type="button">Cancel</button></Link>
205
</div>
206
}
207
0 commit comments