fix: update image source for nadae visibility in DraggableWindow
This commit is contained in:
parent
226cf6385e
commit
a5e201361a
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ export default function DraggableWindow() {
|
||||||
>
|
>
|
||||||
<div className="relative w-fit h-fit">
|
<div className="relative w-fit h-fit">
|
||||||
<Image
|
<Image
|
||||||
src={isNadaeVisible ? '/image.png' : '/window.webp'}
|
src={isNadaeVisible ? '/window-nadae.webp' : '/window.webp'}
|
||||||
alt="Draggable Window"
|
alt="Draggable Window"
|
||||||
width={500}
|
width={500}
|
||||||
height={400}
|
height={400}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue