Skip to content

Commit a33ae3f

Browse files
pikurasaDevin Ulibarri
andauthored
Switch off donation banner via commenting out (#686)
Co-authored-by: Devin Ulibarri <devin@devinulibarri.com>
1 parent 30f3b13 commit a33ae3f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

_includes/donation_banner.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1+
<!-- Turn off banner
12
<base href="/"> <!--Fix base path issue and ensure compatibility for nested URLs -->
3+
<!-- Turn off banner
24
<div id="donation-banner">
35
<div class="donate-container">
46
<img aria-hidden="true" class="donate-icon" src="../assets/sparkles.svg" alt="Donation Icon">
@@ -47,7 +49,8 @@
4749
4850
4951
<!-- Popup Trigger and Vertical Donate Button -->
50-
<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>
5154

5255
<script>
5356
document.addEventListener('DOMContentLoaded', function () {

0 commit comments

Comments
 (0)