fix errors

This commit is contained in:
Jones8683
2025-08-03 20:10:35 +09:30
parent c5cef0c9a7
commit bb6bf7bfb2
+2 -2
View File
@@ -90,8 +90,8 @@ export function OpenMinecraftServerPopup() {
container.append(header);
container.append(imagecont);
container.append(textcontainer);
container.append(text as ChildNode);
container.append(footer as ChildNode);
container.append(text as HTMLElement);
container.append(footer as HTMLElement);
container.append(exitbutton);
background.append(container);