diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-07-27 19:27:47 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-07-27 19:27:47 +0200 |
commit | 88bee339d29b2e318fb2ddc3baeaa4ff8c0764a7 (patch) | |
tree | 5002ce64d4c52361fb30ae2011cb6a3e3bd47386 /pages | |
parent | e44fc7159969c5eef12266922c5bbb9a2a3343c7 (diff) |
menu bar controls done soom:tm:
Diffstat (limited to 'pages')
-rw-r--r-- | pages/present.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/present.tsx b/pages/present.tsx index 2cb8e98..c19a1e3 100644 --- a/pages/present.tsx +++ b/pages/present.tsx @@ -231,7 +231,7 @@ export default function Present() { </div> </div> </div> - <MenuBarControls + <Controls next={() => { player.next(); player.player.play(); |