fix: hide notification

This commit is contained in:
ZhymabekRoman 2025-05-17 23:11:07 +05:00
parent ce6bdd8d6f
commit 55b8203210

View file

@ -408,12 +408,11 @@
body.classList.remove('!overflow-hidden');
}
// Close button functionality
closeButton.addEventListener('click', () => {
hideNotification();
});
showNotification();
// showNotification();
});
</script>
</body>