contact section

This commit is contained in:
2025-08-03 16:09:21 -07:00
parent 25b9e484bc
commit 12545d5ae6
3 changed files with 8 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ infoContainer.addEventListener("click", () => {
.then((response) => response.text())
.then((text) => {
infoContainer.innerHTML = atob(text);
infoContainer.style.background = "transparent";
infoContainer.classList.remove("cover");
});
});