removed repo and documintation from the side bar

This commit is contained in:
Naser Mansour 2026-01-09 16:05:41 +02:00
parent 22baa976fa
commit a921f7b087
1 changed files with 4 additions and 12 deletions

View File

@ -191,16 +191,6 @@
<flux:spacer />
<flux:navlist variant="outline">
<flux:navlist.item icon="folder-git-2" href="https://github.com/laravel/livewire-starter-kit" target="_blank">
{{ __('Repository') }}
</flux:navlist.item>
<flux:navlist.item icon="book-open-text" href="https://laravel.com/docs/starter-kits#livewire" target="_blank">
{{ __('Documentation') }}
</flux:navlist.item>
</flux:navlist>
<!-- Language Toggle -->
<div class="px-3 py-2">
<x-language-toggle variant="light" />
@ -325,7 +315,7 @@
</flux:header>
<!-- Desktop Top Bar -->
<div class="hidden lg:flex items-center justify-end gap-4 px-6 py-3 border-b border-zinc-200 bg-white" style="margin-inline-start: 16rem;">
<div class="hidden lg:flex fixed top-0 items-center justify-end gap-4 px-6 py-3 border-b border-zinc-200 bg-white z-30 ltr:left-64 ltr:right-0 rtl:right-64 rtl:left-0">
@if (auth()->user()->isAdmin())
@php
$pendingCount = \App\Models\Consultation::pending()->count();
@ -345,7 +335,9 @@
@endif
</div>
<div class="lg:pt-14">
{{ $slot }}
</div>
@fluxScripts
</body>