Skip to content

Commit

Permalink
Removed popup when Donate is clicked, from About.html
Browse files Browse the repository at this point in the history
  • Loading branch information
dexterousdhruv committed Oct 9, 2024
1 parent d1cd0ce commit bbd96ff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
<a
href="#donates"
class="nav_button showPopupButton"
data-popup-trigger="donate"
>DONATE</a
>DONATE</a
>
<a href="./about.html" class="nav_button">ABOUT US</a>
<a href="#footer" class="nav_button">CONTACT US</a>
Expand Down Expand Up @@ -270,7 +269,6 @@ <h2 class="quick-links">Quick Links</h2>
// Determine which button was clicked and show the popup accordingly
const trigger = button.getAttribute("data-popup-trigger");
if (
trigger === "donate" ||
trigger === "cover-page" ||
trigger === "navbar"
) {
Expand Down

0 comments on commit bbd96ff

Please sign in to comment.