We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f3b13 commit a33ae3fCopy full SHA for a33ae3f
_includes/donation_banner.html
@@ -1,4 +1,6 @@
1
+<!-- Turn off banner
2
<base href="/"> <!--Fix base path issue and ensure compatibility for nested URLs -->
3
4
<div id="donation-banner">
5
<div class="donate-container">
6
<img aria-hidden="true" class="donate-icon" src="../assets/sparkles.svg" alt="Donation Icon">
@@ -47,7 +49,8 @@
47
49
48
50
51
<!-- Popup Trigger and Vertical Donate Button -->
- <button id="vertical-donate-button" style="display: none;">D<br>O<br>N<br>A<br>T<br>E</button>
52
+<!--Turn off banner
53
+<button id="vertical-donate-button" style="display: none;">D<br>O<br>N<br>A<br>T<br>E</button>
54
55
<script>
56
document.addEventListener('DOMContentLoaded', function () {
0 commit comments