Skip to content

Commit 6407073

Browse files
committed
deleted glorp button
1 parent c5e705b commit 6407073

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

src/pages/home/Home.tsx

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ export default function Home() {
1616
setIsVisible(true);
1717
};
1818

19-
const handleClose = () => {
20-
setIsVisible(false);
21-
zoomOutRef.current?.();
22-
};
23-
2419
useEffect(() => {
2520
if (!canvasRef.current) return;
2621
const { zoomOut } = main(canvasRef.current, handleOpen);
@@ -34,9 +29,7 @@ export default function Home() {
3429
<h1>glorpython</h1>
3530
</div>
3631
</header>
37-
<button className="ml-5 mt-5 absolute border-4 rounded-3xl p-5" onClick={handleOpen} disabled={isVisible}>
38-
Glorp
39-
</button>
32+
4033
<section className="relative w-full h-screen">
4134
{isVisible && (
4235

0 commit comments

Comments
 (0)