From f0723b6ee71932f0650e199f1bd6c6738c258154 Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Tue, 6 Apr 2021 22:00:07 +0100 Subject: [PATCH] Fixed social button icon/text misalignment --- resources/views/auth/login.blade.php | 2 +- resources/views/auth/register.blade.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/resources/views/auth/login.blade.php b/resources/views/auth/login.blade.php index 868e0555f..4212c1964 100644 --- a/resources/views/auth/login.blade.php +++ b/resources/views/auth/login.blade.php @@ -15,7 +15,7 @@
@foreach($socialDrivers as $driver => $name)
- + @icon('auth/' . $driver) {{ trans('auth.log_in_with', ['socialDriver' => $name]) }} diff --git a/resources/views/auth/register.blade.php b/resources/views/auth/register.blade.php index 34aa81d7b..d3483c6e6 100644 --- a/resources/views/auth/register.blade.php +++ b/resources/views/auth/register.blade.php @@ -35,14 +35,13 @@
- @if(count($socialDrivers) > 0)
@foreach($socialDrivers as $driver => $name)
- + @icon('auth/' . $driver) {{ trans('auth.sign_up_with', ['socialDriver' => $name]) }}