diff --git a/index.html b/index.html
index 92841ff..bb09f8d 100644
--- a/index.html
+++ b/index.html
@@ -256,7 +256,7 @@
Quick Links
button.addEventListener("click", function() {
// Determine which button was clicked and show the popup accordingly
const trigger = button.getAttribute("data-popup-trigger");
- if (trigger === "cover-page" || trigger === "navbar") {
+ if ((trigger === "donate" || trigger === "cover-page" || trigger === "navbar") {
popup.style.display = "block";
overlay.style.display = "block";
}