66 <div class =" space-y-3" >
77 <x-brand class =" h-12 w-auto text-white sm:h-16" aria-hidden =" true" />
88 <p class =" inline-flex flex-wrap items-center text-gray-400 text-sm" >
9- <a href =" https://github.com/caneco/laravel-country-logomarks" class =" font-medium text-gray-300 underline" >
9+ <a href =" https://github.com/caneco/laravel-country-logomarks" target = " _blank " class =" font-medium text-gray-300 underline" >
1010 Laravel Country Logomarks
1111 </a >
1212 <span class =" ml-1.5" >{{ __ (' global.by' ) } } Caneco</span >
@@ -54,14 +54,14 @@ class="ml-2 size-6 rounded-full"
5454 </div >
5555 <div class =" mt-6 space-y-6" >
5656 <div class =" flex items-center text-sm font-medium space-x-4 sm:space-x-6" >
57- <x-link href =" https://discord.gg/KNp6brbyVD" class =" inline-flex items-center gap-2 text-gray-300 hover:text-white" >
57+ <a href =" https://discord.gg/KNp6brbyVD?utm_source=laravel.cm " target = " _blank " class =" inline-flex items-center gap-2 text-gray-300 hover:text-white" >
5858 <x-icon .discord class =" size-5 text-[#5865F2]" aria-hidden =" true" />
5959 Discord
60- </x-link >
61- <x-link href =" https://t.me/laravelcameroun" class =" inline-flex items-center gap-2 text-gray-300 hover:text-white" >
60+ </a >
61+ <a href =" https://t.me/laravelcameroun?utm_source=laravel.cm " target = " _blank " class =" inline-flex items-center gap-2 text-gray-300 hover:text-white" >
6262 <x-icon .telegram class =" size-5 text-[#34AADF]" aria-hidden =" true" />
6363 Telegram
64- </x-link >
64+ </a >
6565 </div >
6666 <livewire:components .change-locale />
6767 </div >
@@ -72,33 +72,34 @@ class="ml-2 size-6 rounded-full"
7272 {{ __ (' global.footer.copyright' , [' date' => date (' Y' )]) } }
7373 </p >
7474 <div class =" mt-4 flex items-center justify-center space-x-4 sm:mt-0 lg:justify-start" >
75- <x-link href =" https://twitter.com/laravelcm" class =" text-gray-400 hover:text-gray-300" >
75+ <a href =" https://twitter.com/laravelcm?utm_source=laravel.cm " target = " _blank " class =" text-gray-400 hover:text-gray-300" >
7676 <span class =" sr-only" >Twitter</span >
7777 <x-icon .twitter class =" size-5" aria-hidden =" true" />
78- </x-link >
78+ </a >
7979
80- <x-link href =" https://facebook.com/laravelcm" class =" text-gray-400 hover:text-gray-300" >
80+ <a href =" https://facebook.com/laravelcm?utm_source=laravel.cm " target = " _blank " class =" text-gray-400 hover:text-gray-300" >
8181 <span class =" sr-only" >Facebook</span >
8282 <x-icon .facebook class =" size-6" aria-hidden =" true" />
83- </x-link >
83+ </a >
8484
85- <x-link href =" https://www.linkedin.com/company/laravel-cameroun" class =" text-gray-400 hover:text-gray-300" >
85+ <a href =" https://www.linkedin.com/company/laravel-cameroun?utm_source=laravel.cm " target = " _blank " class =" text-gray-400 hover:text-gray-300" >
8686 <span class =" sr-only" >LinkedIn</span >
8787 <x-icon .linkedin class =" size-6" aria-hidden =" true" />
88- </x-link >
88+ </a >
8989
90- <x-link href =" https://github.com/laravelcm" class =" text-gray-400 hover:text-gray-300" >
90+ <a href =" https://github.com/laravelcm?utm_source=laravel.cm " target = " _blank " class =" text-gray-400 hover:text-gray-300" >
9191 <span class =" sr-only" >GitHub</span >
9292 <x-icon .github class =" size-6" aria-hidden =" true" />
93- </x-link >
93+ </a >
9494
95- <x-link href =" https://www.youtube.com/channel/UCbQPQ8q31uQmuKtyRnATLSw" class =" text-gray-400 hover:text-gray-300" >
95+ <a href =" https://www.youtube.com/channel/UCbQPQ8q31uQmuKtyRnATLSw?utm_source=laravel.cm " target = " _blank " class =" text-gray-400 hover:text-gray-300" >
9696 <span class =" sr-only" >YouTube</span >
9797 <x-icon .youtube class =" size-6" aria-hidden =" true" />
98- </x-link >
98+ </a >
9999 </div >
100100 </div >
101101 </x-container >
102+
102103 @if (isHolidayWeek () )
103104 <div class =" absolute z-0 inset-y-0 right-0" >
104105 <x-icon .christmas-tree class =" size-full text-gray-800/30 dark:text-gray-700/20" aria-hidden =" true" />
0 commit comments