all working

This commit is contained in:
Jade (Rose) Rowland 2024-01-08 00:15:07 -05:00
parent 1ff7548b52
commit 51dd408733
5 changed files with 50 additions and 61 deletions

View file

@ -19,7 +19,7 @@ export function Header({ context }) {
isDirty,
activeCode,
handleTogglePlay,
handleUpdate,
handleEvaluate,
handleShuffle,
handleShare,
} = context;
@ -85,7 +85,7 @@ export function Header({ context }) {
)}
</button>
<button
onClick={() => handleUpdate({})}
onClick={handleEvaluate}
title="update"
className={cx(
'flex items-center space-x-1',