vector maps coordinates added

This commit is contained in:
Benjamin Takats
2022-12-13 20:17:51 +01:00
parent 26c699ab1a
commit 71addfcd62
7 changed files with 1454 additions and 23 deletions

View File

@@ -43,20 +43,22 @@
</label>
</div>
{{--<div class="flex items-center justify-end mt-4">
@if(app()->environment('local'))
<div class="flex items-center justify-end mt-4">
@if (Route::has('password.request'))
<a class="underline text-sm text-gray-600 hover:text-gray-900"
href="{{ route('password.request') }}">
{{ __('Forgot your password?') }}
</a>
@endif
@if (Route::has('password.request'))
<a class="underline text-sm text-gray-600 hover:text-gray-900"
href="{{ route('password.request') }}">
{{ __('Forgot your password?') }}
</a>
@endif
<x-jet-button class="ml-4">
{{ __('Log in') }}
</x-jet-button>
<x-jet-button class="ml-4">
{{ __('Log in') }}
</x-jet-button>
</div>--}}
</div>
@endif
<div class="flex items-center justify-left mt-4">
<x-button href="{{ route('auth.ln') }}" primary icon="lightning-bolt">LNURL-Auth</x-button>