mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 20:55:28 +00:00
Properly align Paypal icon. Unfortunately, fas and fab use different alignments so we need to install a special CSS rule here.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -595,7 +595,7 @@ if($auth) {
|
||||
<!-- Donate -->
|
||||
<li>
|
||||
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3J2L3Z4DHW9UY" target="_blank">
|
||||
<i class="fa-icon fab fa-paypal"></i> <span>Donate</span>
|
||||
<i class="fa-paypal-icon fab fa-paypal"></i> <span>Donate</span>
|
||||
</a>
|
||||
</li>
|
||||
<?php if($auth){ ?>
|
||||
|
||||
Reference in New Issue
Block a user