diff --git a/src/app/page.tsx b/src/app/page.tsx index c3aadf7..36db406 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,15 +16,15 @@ import TXT from "@/components/txt"; export default function Page() { const { theme } = useTheme(); const [show, setShow] = useState(true); - const [targetPosition, setTargetPosition] = useState<{ x: number; y: number } | null>(null); - const [windowVisible, setWindowVisible] = useState(true); + // const [targetPosition, setTargetPosition] = useState<{ x: number; y: number } | null>(null); + // const [windowVisible, setWindowVisible] = useState(true); - const handleTXTHover = (position: { x: number; y: number } | null) => { - setTargetPosition(position); - if (position) { - setWindowVisible(true); - } - }; + // const handleTXTHover = (position: { x: number; y: number } | null) => { + // setTargetPosition(position); + // if (position) { + // setWindowVisible(true); + // } + // }; return (
@@ -65,8 +65,9 @@ export default function Page() { /> - setWindowVisible(false)} onDragStart={() => setTargetPosition(null)} /> - + {/* setWindowVisible(false)} onDragStart={() => setTargetPosition(null)} /> */} + +

나의 어두움이 다른 사람들에겐 이 되길 바라는 개발자, 정보보안전문가 남현석입니다.

초등학교 시절 운영체제에 흥미를 느껴 컴퓨터를 시작했고, 이후 프로그래밍에 관심을 갖게 되었습니다.