mirror of
https://github.com/pi-hole/web.git
synced 2026-04-24 02:39:25 +01:00
Replace old image button with a simple button
- add fixes for mobile and medium screens - new style selectors - button background-color (tablets / medium screens) - small adjustments - remove unused image file Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
@@ -313,10 +313,10 @@ if($auth) {
|
||||
</li>
|
||||
<!-- Menu Footer -->
|
||||
<li class="user-footer">
|
||||
<!-- PayPal -->
|
||||
<!-- Donate Button -->
|
||||
<div class="text-center">
|
||||
<a href="https://pi-hole.net/donate/" rel="noopener" target="_blank">
|
||||
<img src="img/donate.gif" alt="Donate" width="147" height="47">
|
||||
<a class="btn btn-primary btn-lg donate" href="https://pi-hole.net/donate/" rel="noopener" target="_blank">
|
||||
<i class="fas fa-fw menu-icon fa-donate"></i> Donate
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user