Update button text

This commit is contained in:
Jerome Wu 2023-08-22 21:34:10 +08:00
parent 4fd3e70c73
commit 8c2e8a88a8

View File

@ -343,7 +343,7 @@ function() {
? ( ? (
<> <>
<video ref={videoRef} controls></video><br/> <video ref={videoRef} controls></video><br/>
<button onClick={transcode}>Transcode avi to mp4</button> <button onClick={transcode}>Transcode avi to mp4 with text</button>
<p ref={messageRef}></p> <p ref={messageRef}></p>
<p>Open Developer Tools (Ctrl+Shift+I) to View Logs</p> <p>Open Developer Tools (Ctrl+Shift+I) to View Logs</p>
</> </>