From eb31442cde3122e55ae45ab8abe948076822d321 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Wed, 30 Nov 2022 17:19:02 +0100 Subject: [PATCH] login and register links added --- resources/views/auth/login.blade.php | 19 +++++++++++-------- .../livewire/frontend/search-cities.blade.php | 4 ++-- resources/views/policy.blade.php | 2 +- resources/views/terms.blade.php | 4 ++-- .../authentication-card-logo.blade.php | 5 +---- .../components/authentication-card.blade.php | 2 +- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index e62d8d36..80052b8a 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -1,10 +1,10 @@ - + - + @if (session('status'))
@@ -16,25 +16,28 @@ @csrf
- - + +
- - + +
@if (Route::has('password.request')) - + {{ __('Forgot your password?') }} @endif diff --git a/resources/views/livewire/frontend/search-cities.blade.php b/resources/views/livewire/frontend/search-cities.blade.php index 97471f31..4fc9f7c7 100644 --- a/resources/views/livewire/frontend/search-cities.blade.php +++ b/resources/views/livewire/frontend/search-cities.blade.php @@ -20,11 +20,11 @@
@else
- Login - Registrieren diff --git a/resources/views/policy.blade.php b/resources/views/policy.blade.php index 17e13593..e660b996 100644 --- a/resources/views/policy.blade.php +++ b/resources/views/policy.blade.php @@ -1,5 +1,5 @@ -
+
diff --git a/resources/views/terms.blade.php b/resources/views/terms.blade.php index bb8b1931..7fd284ce 100644 --- a/resources/views/terms.blade.php +++ b/resources/views/terms.blade.php @@ -1,8 +1,8 @@ -
+
- +
diff --git a/resources/views/vendor/jetstream/components/authentication-card-logo.blade.php b/resources/views/vendor/jetstream/components/authentication-card-logo.blade.php index 0b596540..6832a4c1 100644 --- a/resources/views/vendor/jetstream/components/authentication-card-logo.blade.php +++ b/resources/views/vendor/jetstream/components/authentication-card-logo.blade.php @@ -1,6 +1,3 @@ - - - - + diff --git a/resources/views/vendor/jetstream/components/authentication-card.blade.php b/resources/views/vendor/jetstream/components/authentication-card.blade.php index 71235cf2..f0af1d33 100644 --- a/resources/views/vendor/jetstream/components/authentication-card.blade.php +++ b/resources/views/vendor/jetstream/components/authentication-card.blade.php @@ -1,4 +1,4 @@ -
+
{{ $logo }}