Skip to content

Commit 4c9fd49

Browse files
committed
♻️ Modification du lien sur le logo
1 parent ce61e8c commit 4c9fd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/header.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<nav class="max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8" aria-label="Top">
44
<div class="w-full h-16 flex items-center justify-between">
55
<div class="flex items-center">
6-
<a href="{{ route('home') }}">
6+
<a href="https://laravel.cm">
77
<span class="sr-only">{{ __('Laravel Cameroun') }}</span>
88
<img class="h-8 w-auto sm:hidden" src="{{ asset('/images/laravelcm-icon.svg') }}" alt="Laravel.cm">
99
<img class="h-10 w-auto hidden sm:dark:inline" src="{{ asset('/images/laravelcm-white.svg') }}" alt="Laravel.cm">

0 commit comments

Comments
 (0)