Update button text
This commit is contained in:
parent
4fd3e70c73
commit
8c2e8a88a8
@ -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>
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user