6
6
<div class =" space-y-3" >
7
7
<x-brand class =" h-12 w-auto text-white sm:h-16" aria-hidden =" true" />
8
8
<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" >
10
10
Laravel Country Logomarks
11
11
</a >
12
12
<span class =" ml-1.5" >{{ __ (' global.by' ) } } Caneco</span >
@@ -54,14 +54,14 @@ class="ml-2 size-6 rounded-full"
54
54
</div >
55
55
<div class =" mt-6 space-y-6" >
56
56
<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" >
58
58
<x-icon .discord class =" size-5 text-[#5865F2]" aria-hidden =" true" />
59
59
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" >
62
62
<x-icon .telegram class =" size-5 text-[#34AADF]" aria-hidden =" true" />
63
63
Telegram
64
- </x-link >
64
+ </a >
65
65
</div >
66
66
<livewire:components .change-locale />
67
67
</div >
@@ -72,33 +72,34 @@ class="ml-2 size-6 rounded-full"
72
72
{{ __ (' global.footer.copyright' , [' date' => date (' Y' )]) } }
73
73
</p >
74
74
<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" >
76
76
<span class =" sr-only" >Twitter</span >
77
77
<x-icon .twitter class =" size-5" aria-hidden =" true" />
78
- </x-link >
78
+ </a >
79
79
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" >
81
81
<span class =" sr-only" >Facebook</span >
82
82
<x-icon .facebook class =" size-6" aria-hidden =" true" />
83
- </x-link >
83
+ </a >
84
84
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" >
86
86
<span class =" sr-only" >LinkedIn</span >
87
87
<x-icon .linkedin class =" size-6" aria-hidden =" true" />
88
- </x-link >
88
+ </a >
89
89
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" >
91
91
<span class =" sr-only" >GitHub</span >
92
92
<x-icon .github class =" size-6" aria-hidden =" true" />
93
- </x-link >
93
+ </a >
94
94
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" >
96
96
<span class =" sr-only" >YouTube</span >
97
97
<x-icon .youtube class =" size-6" aria-hidden =" true" />
98
- </x-link >
98
+ </a >
99
99
</div >
100
100
</div >
101
101
</x-container >
102
+
102
103
@if (isHolidayWeek () )
103
104
<div class =" absolute z-0 inset-y-0 right-0" >
104
105
<x-icon .christmas-tree class =" size-full text-gray-800/30 dark:text-gray-700/20" aria-hidden =" true" />
0 commit comments