update tip jar btn link
This commit is contained in:
parent
7091985c13
commit
f11fe996ad
2 changed files with 6 additions and 3 deletions
|
@ -100,9 +100,12 @@
|
||||||
<img alt="" border="0" src="https://www.paypal.com/en_PH/i/scr/pixel.gif" width="1" height="1" />
|
<img alt="" border="0" src="https://www.paypal.com/en_PH/i/scr/pixel.gif" width="1" height="1" />
|
||||||
</form-->
|
</form-->
|
||||||
|
|
||||||
<div class="tip-btn">
|
<div class="tip-jar">
|
||||||
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
|
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
|
||||||
<script type='text/javascript'>kofiwidget2.init('Buy me a coffee', '#ee4a03', 'X8X115F7C');kofiwidget2.draw();</script>
|
<script type='text/javascript'>
|
||||||
|
kofiwidget2.init('Buy me a coffee', '#ee4a03', 'ayoayco');
|
||||||
|
kofiwidget2.draw();
|
||||||
|
</script>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
|
@ -564,7 +564,7 @@ table.image caption {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tip-btn {
|
.tip-jar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
Loading…
Reference in a new issue