mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
login btn
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
<p class="max-w-sm text-lg text-gray-200">
|
<p class="max-w-sm text-lg text-gray-200">
|
||||||
{{ __('A Bitcoin community for all.') }}
|
{{ __('A Bitcoin community for all.') }}
|
||||||
</p>
|
</p>
|
||||||
<div class="max-w-sm text-lg text-gray-200 space-y-2 sm:space-y-0 sm:space-x-2 flex flex-col sm:flex-row items-start sm:items-end">
|
<div
|
||||||
|
class="max-w-sm text-lg text-gray-200 space-y-2 sm:space-y-0 sm:space-x-2 flex flex-col sm:flex-row items-start sm:items-end">
|
||||||
<x-native-select
|
<x-native-select
|
||||||
label="{{ __('Change country') }}"
|
label="{{ __('Change country') }}"
|
||||||
wire:model="c"
|
wire:model="c"
|
||||||
@@ -29,10 +30,12 @@
|
|||||||
option-value="language"
|
option-value="language"
|
||||||
/>
|
/>
|
||||||
<div class="py-2 sm:py-0">
|
<div class="py-2 sm:py-0">
|
||||||
|
@if(!auth()->check())
|
||||||
<x-button secondary href="{{ route('auth.ln') }}">
|
<x-button secondary href="{{ route('auth.ln') }}">
|
||||||
<i class="fa-thin fa-sign-in"></i>
|
<i class="fa-thin fa-sign-in"></i>
|
||||||
{{ __('Login') }}
|
{{ __('Login') }}
|
||||||
</x-button>
|
</x-button>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user