Skip to content

Commit

Permalink
Feedback scroll
Browse files Browse the repository at this point in the history
Cause for no scroll was a repeated code snip that caused error

Found a similar repeat in features page so also removed it
  • Loading branch information
Jasleen1210 committed Aug 5, 2024
1 parent e6622a3 commit 0a20edd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions pages/features.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@
</label>
</div>

<button id="backToTopBtn" title="Back to Top" aria-label="Back to Top"><i class="fas fa-arrow-up"></i></button>

<button id="backToTopBtn" title="Back to Top" aria-label="Back to Top" onclick="backToTop()"><i class="fas fa-arrow-up"></i></button>

<div class="snowflakes" style="display: block;">
Expand Down
7 changes: 2 additions & 5 deletions pages/feedback.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,8 @@
</div>
<button id="backToTopBtn" title="Back to Top" aria-label="Back to Top"><i class="fas fa-arrow-up"></i></button>
<div class="snowflakes" style="display: block;">

<button id="backToTopBtn" title="Back to Top" aria-label="Back to Top" onclick="backToTop()"><i class="fas fa-arrow-up"></i></button>
<div class="snowflakes" style="display: block;">

<div id="particles-js"></div>

<div id="particles-js"></div>
</div>
<div class="navHeader">
<div class="header-content">
Expand Down

0 comments on commit 0a20edd

Please sign in to comment.