diff --git a/public/img/logo.png b/public/img/logo.png new file mode 100644 index 0000000..0d6f02c Binary files /dev/null and b/public/img/logo.png differ diff --git a/resources/views/components/logo.blade.php b/resources/views/components/logo.blade.php index d9b46b0..b608e0b 100644 --- a/resources/views/components/logo.blade.php +++ b/resources/views/components/logo.blade.php @@ -1,4 +1 @@ - - {{ config('app.name') }} - - +{{ config('app.name') }} diff --git a/resources/views/livewire/auth/login.blade.php b/resources/views/livewire/auth/login.blade.php index ab178aa..7aafc89 100644 --- a/resources/views/livewire/auth/login.blade.php +++ b/resources/views/livewire/auth/login.blade.php @@ -1,7 +1,7 @@
- +

@@ -9,7 +9,7 @@

Or - + create a new account

@@ -48,14 +48,14 @@
- +
@@ -63,7 +63,7 @@
- diff --git a/resources/views/livewire/auth/passwords/confirm.blade.php b/resources/views/livewire/auth/passwords/confirm.blade.php index 3e8f5fd..6978697 100644 --- a/resources/views/livewire/auth/passwords/confirm.blade.php +++ b/resources/views/livewire/auth/passwords/confirm.blade.php @@ -1,7 +1,7 @@
- +

@@ -31,7 +31,7 @@
@@ -39,7 +39,7 @@
- diff --git a/resources/views/livewire/auth/passwords/email.blade.php b/resources/views/livewire/auth/passwords/email.blade.php index 416fcc6..32a5227 100644 --- a/resources/views/livewire/auth/passwords/email.blade.php +++ b/resources/views/livewire/auth/passwords/email.blade.php @@ -1,7 +1,7 @@
- +

@@ -45,7 +45,7 @@
- diff --git a/resources/views/livewire/auth/passwords/reset.blade.php b/resources/views/livewire/auth/passwords/reset.blade.php index 4412ac4..7f3333a 100644 --- a/resources/views/livewire/auth/passwords/reset.blade.php +++ b/resources/views/livewire/auth/passwords/reset.blade.php @@ -1,7 +1,7 @@
- +

@@ -54,7 +54,7 @@
- diff --git a/resources/views/livewire/auth/register/individual.blade.php b/resources/views/livewire/auth/register/individual.blade.php index e4c4853..2ed9e9a 100644 --- a/resources/views/livewire/auth/register/individual.blade.php +++ b/resources/views/livewire/auth/register/individual.blade.php @@ -1,7 +1,7 @@
- +

@@ -10,7 +10,7 @@

Ou - + {{ __('auth.login') }}

@@ -49,7 +49,7 @@
- diff --git a/resources/views/livewire/auth/verify.blade.php b/resources/views/livewire/auth/verify.blade.php index 5dbf6e4..6904b35 100644 --- a/resources/views/livewire/auth/verify.blade.php +++ b/resources/views/livewire/auth/verify.blade.php @@ -1,7 +1,7 @@
- +

@@ -10,7 +10,7 @@

Or - + sign out @@ -36,7 +36,7 @@

Before proceeding, please check your email for a verification link.

- If you did not receive the email, click here to request another. + If you did not receive the email, click here to request another.

diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index fe94008..e5ffbd8 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -9,7 +9,7 @@ Log out @@ -18,10 +18,10 @@ @csrf @else - Log in + Log in @if (Route::has('register')) - Register + Register @endif @endauth
@@ -32,7 +32,7 @@