mirror of
https://github.com/pi-hole/web.git
synced 2026-04-25 19:29:20 +01:00
Update header.php
Use the https pi-hole.net URL Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -242,7 +242,7 @@ if($auth) {
|
||||
<div class="wrapper">
|
||||
<header class="main-header">
|
||||
<!-- Logo -->
|
||||
<a href="http://pi-hole.net" class="logo" target="_blank">
|
||||
<a href="https://pi-hole.net/" class="logo" target="_blank">
|
||||
<!-- mini logo for sidebar mini 50x50 pixels -->
|
||||
<span class="logo-mini">P<b>h</b></span>
|
||||
<!-- logo for regular state and mobile devices -->
|
||||
@@ -277,7 +277,7 @@ if($auth) {
|
||||
<a class="btn-link" href="https://github.com/pi-hole" target="_blank">GitHub</a>
|
||||
</div>
|
||||
<div class="col-xs-4 text-center">
|
||||
<a class="btn-link" href="https://pi-hole.net" target="_blank">Website</a>
|
||||
<a class="btn-link" href="https://pi-hole.net/" target="_blank">Website</a>
|
||||
</div>
|
||||
<div class="col-xs-4 text-center">
|
||||
<a class="btn-link" href="https://github.com/pi-hole/pi-hole/releases" target="_blank">Updates</a>
|
||||
|
||||
Reference in New Issue
Block a user