Skip to content

Commit b9df58e

Browse files
committed
chore: update views
1 parent 0fa781e commit b9df58e

File tree

3 files changed

+17
-96
lines changed

3 files changed

+17
-96
lines changed

config/markdownx.php

Lines changed: 0 additions & 80 deletions
This file was deleted.

resources/views/components/layouts/footer.blade.php

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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" />

resources/views/livewire/pages/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{{ __('actions.new_thread') }}
1515
</x-buttons.primary>
1616
@else
17-
<x-buttons.primary :href="route('login')" class="w-full sm:w-auto">
17+
<x-buttons.primary :href="route('register')" class="w-full sm:w-auto">
1818
{{ __('pages/home.join_community') }}
1919
</x-buttons.primary>
2020
@endauth

0 commit comments

Comments
 (0)