removed https for bluey
This commit is contained in:
parent
ef49713b0d
commit
5dc9ef2fac
1 changed files with 4 additions and 4 deletions
|
@ -37,8 +37,8 @@
|
|||
<div class="flex space-x-4">
|
||||
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
|
||||
<a href="#" class="rounded-md bg-gray-900 px-3 py-2 text-sm font-medium text-white" aria-current="page">Dashboard</a>
|
||||
<a href="http://KingGeorge.printers.nickiel.net" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">King George</a>
|
||||
<a href="https://bluey.printers.nickiel.net" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Bluey</a>
|
||||
<a href="http://KingGeorge.printers.nickiel.net/print_jobs" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">King George</a>
|
||||
<a href="http://bluey.printers.nickiel.net" class="rounded-md px-3 py-2 text-sm font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Bluey</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -60,8 +60,8 @@
|
|||
<div class="space-y-1 px-2 pt-2 pb-3">
|
||||
<!-- Current: "bg-gray-900 text-white", Default: "text-gray-300 hover:bg-gray-700 hover:text-white" -->
|
||||
<a href="#" class="block rounded-md bg-gray-900 px-3 py-2 text-base font-medium text-white" aria-current="page">Dashboard</a>
|
||||
<a href="http://KingGeorge.printers.nickiel.net" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">King George</a>
|
||||
<a href="https://bluey.printers.nickiel.net" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Bluey</a>
|
||||
<a href="http://KingGeorge.printers.nickiel.net/print_jobs" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">King George</a>
|
||||
<a href="http://bluey.printers.nickiel.net" class="block rounded-md px-3 py-2 text-base font-medium text-gray-300 hover:bg-gray-700 hover:text-white">Bluey</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Reference in a new issue