We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce61e8c commit 4c9fd49Copy full SHA for 4c9fd49
resources/views/components/header.blade.php
@@ -3,7 +3,7 @@
3
<nav class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8" aria-label="Top">
4
<div class="w-full h-16 flex items-center justify-between">
5
<div class="flex items-center">
6
- <a href="{{ route('home') }}">
+ <a href="https://laravel.cm">
7
<span class="sr-only">{{ __('Laravel Cameroun') }}</span>
8
<img class="h-8 w-auto sm:hidden" src="{{ asset('/images/laravelcm-icon.svg') }}" alt="Laravel.cm">
9
<img class="h-10 w-auto hidden sm:dark:inline" src="{{ asset('/images/laravelcm-white.svg') }}" alt="Laravel.cm">
0 commit comments