draw fast

This commit is contained in:
Lu[ke] Wilson 2023-11-23 12:46:01 +00:00
parent cab03ab5ff
commit a9764c622c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export function MakeLiveButton() {
style={{ cursor: "pointer", zIndex: 100000, pointerEvents: "all" }}
>
<div className="bg-blue-500 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded">
Make Live
Draw Fast
</div>
</button>
);