fix: update image source for nadae visibility in DraggableWindow

This commit is contained in:
암냥 2026-03-06 22:49:42 +09:00
commit a5e201361a
No known key found for this signature in database

View file

@ -116,7 +116,7 @@ export default function DraggableWindow() {
>
<div className="relative w-fit h-fit">
<Image
src={isNadaeVisible ? '/image.png' : '/window.webp'}
src={isNadaeVisible ? '/window-nadae.webp' : '/window.webp'}
alt="Draggable Window"
width={500}
height={400}