Skip to content

Commit

Permalink
fix: added missing links in the sidebar menu on mobile screens and al…
Browse files Browse the repository at this point in the history
…so added link to service health page
  • Loading branch information
CS76 committed Dec 18, 2024
1 parent c75c65b commit 6398667
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions resources/views/livewire/header.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ class="-m-2.5 inline-flex items-center justify-center rounded-md p-2.5 text-gray
<span class="whitespace-nowrap">Statistics</span>
</a>
</li>
<li>
<a target="_blank" class="text-slate-800 hover:bg-slate-50 flex items-center p-2" href="https://kuma.nfdi4chem.de/status/coconut" target="_blank">
<div class="flex items-center justify-center bg-white rounded shadow-sm h-7 w-7 shrink-0 mr-3">
<x-heroicon-o-bars-arrow-up />
</div>
<span class="whitespace-nowrap">Service health</span>
</a>
</li>
</ul>
</li>
<li class="p-4 lg:px-8">
Expand Down Expand Up @@ -137,6 +145,10 @@ class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-g
us</a>
<a href="/download"
class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">Download</a>
<a href="/stats"
class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">Statistics</a>
<a target="_blank" href="https://kuma.nfdi4chem.de/status/coconut"
class="-mx-3 block rounded-lg px-3 py-2 text-base font-semibold leading-7 text-gray-900 hover:bg-gray-50">Service health</a>
</div>
<div class="py-6">
@if (!auth()->user())
Expand Down

0 comments on commit 6398667

Please sign in to comment.