Skip to content

Commit

Permalink
Fixed "Donate Us" button popup in the Navbar (#114)
Browse files Browse the repository at this point in the history
* Fixed "Donate Us" button popup in the Navbar

* "JUST $1 PLANTS A TREE" button fixed

Now "JUST $1 PLANTS A TREE" button works and shows the popup

* [fix]: "JUST $1 PLANTS A TREE" button

* About.html - Fixed "Donate Us" button popup in the Navbar

Fixed the "Donate Us" button popup in the Navbar on both pages, index.html, about.html
  • Loading branch information
LismaxB authored Oct 9, 2024
1 parent 22a851f commit e44d9b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<a
href="#donates"
class="nav_button showPopupButton"
data-popup-trigger="donate"
>DONATE</a
>
<a href="./about.html" class="nav_button">ABOUT US</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</div>
<div id="nav-text" class="nav_buttons">
<a href="#" class="nav_button">HOME</a>
<a href="#donates" class="nav_button showPopupButton" data-popup-trigger="donate">DONATE</a>
<a href="#donates" class="nav_button showPopupButton">DONATE</a>
<a href="./about.html" class="nav_button">ABOUT US</a>
<a href="#footer" class="nav_button">CONTACT US</a>
</div>
Expand Down

0 comments on commit e44d9b5

Please sign in to comment.