From: Dan Brown Date: Tue, 6 Apr 2021 21:00:07 +0000 (+0100) Subject: Fixed social button icon/text misalignment X-Git-Tag: v21.04~1^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/f0723b6ee71932f0650e199f1bd6c6738c258154 Fixed social button icon/text misalignment --- 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]) }}