()
| 336 | |
| 337 | const showModal = () => infoModal.classList.add("visible"); |
| 338 | const hideModal = () => infoModal.classList.remove("visible"); |
| 339 | |
| 340 | infoButton?.addEventListener("click", showModal); |
| 341 | closeButton?.addEventListener("click", hideModal); |
no outgoing calls
no test coverage detected