diff --git a/src/components/DraggableWindow.tsx b/src/components/DraggableWindow.tsx index 2499a14..31e1f67 100644 --- a/src/components/DraggableWindow.tsx +++ b/src/components/DraggableWindow.tsx @@ -33,6 +33,9 @@ export default function DraggableWindow() { audioRef.current.currentTime = 0; void audioRef.current.play(); + void fetch('https://api.imnya.ng/nadae', { + method: 'PUT', + }).catch(() => null); setIsNadaeVisible(true);