Loading resources/views/components/header.blade.php +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ {{ __('Accueil') }} </x-nav-link> <x-nav-link :href="route('dives')" :active="request()->routeIs('dives')"> {{ __('Plongées') }} {{ __('Inscription aux plongées') }} </x-nav-link> </div> </div> Loading @@ -40,7 +40,7 @@ {{ __('Page d\'accueil') }} </x-responsive-nav-link> <x-responsive-nav-link :href="route('dives')" :active="request()->routeIs('dives')"> {{ __('Plongées') }} {{ __('Inscription aux plongées') }} </x-responsive-nav-link> </div> Loading resources/views/components/page-title.blade.php +1 −1 Original line number Diff line number Diff line <h1 class="mb-12 font-bold md:text-5xl lg:text-6xl underline underline-offset-8">{{ $slot }}</h1> <h1 class="mb-12 font-bold md:text-5xl lg:text-4xl underline underline-offset-4">{{ $slot }}</h1> resources/views/dives.blade.php +1 −1 Original line number Diff line number Diff line <x-layout> <x-page-title>Liste des plongées</x-page-title> <x-page-title>Inscription aux plongées</x-page-title> <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2"> <table class="text-sm text-left text-gray-500 w-full"> <thead class="text-xs text-gray-700 uppercase bg-gray-50"> Loading Loading
resources/views/components/header.blade.php +2 −2 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ {{ __('Accueil') }} </x-nav-link> <x-nav-link :href="route('dives')" :active="request()->routeIs('dives')"> {{ __('Plongées') }} {{ __('Inscription aux plongées') }} </x-nav-link> </div> </div> Loading @@ -40,7 +40,7 @@ {{ __('Page d\'accueil') }} </x-responsive-nav-link> <x-responsive-nav-link :href="route('dives')" :active="request()->routeIs('dives')"> {{ __('Plongées') }} {{ __('Inscription aux plongées') }} </x-responsive-nav-link> </div> Loading
resources/views/components/page-title.blade.php +1 −1 Original line number Diff line number Diff line <h1 class="mb-12 font-bold md:text-5xl lg:text-6xl underline underline-offset-8">{{ $slot }}</h1> <h1 class="mb-12 font-bold md:text-5xl lg:text-4xl underline underline-offset-4">{{ $slot }}</h1>
resources/views/dives.blade.php +1 −1 Original line number Diff line number Diff line <x-layout> <x-page-title>Liste des plongées</x-page-title> <x-page-title>Inscription aux plongées</x-page-title> <div class="shadow-md max-w-full rounded-lg overflow-hidden border-2"> <table class="text-sm text-left text-gray-500 w-full"> <thead class="text-xs text-gray-700 uppercase bg-gray-50"> Loading