o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
닉네임을 변경하려고 하는데 최신버전으로 업데이트 하라는데 어떡해야 하나요?