diff --git a/api/resources/views/mail/layouts/crewli.blade.php b/api/resources/views/mail/layouts/crewli.blade.php index b705d54e..9a829fae 100644 --- a/api/resources/views/mail/layouts/crewli.blade.php +++ b/api/resources/views/mail/layouts/crewli.blade.php @@ -15,13 +15,14 @@ - {{-- Header: logo + org name --}} + {{-- Header: logo or org name --}} @if($branding['logo_url']) - {{ $branding['organisation_name'] }} + {{ $branding['organisation_name'] }} + @else +

{{ $branding['organisation_name'] }}

@endif -

{{ $branding['organisation_name'] }}

diff --git a/api/resources/views/mail/registration-approved.blade.php b/api/resources/views/mail/registration-approved.blade.php index e61e307b..985de88c 100644 --- a/api/resources/views/mail/registration-approved.blade.php +++ b/api/resources/views/mail/registration-approved.blade.php @@ -13,5 +13,5 @@ @endsection @section('action') - Naar het portaal + Naar het portaal » @endsection diff --git a/api/resources/views/mail/registration-confirmation.blade.php b/api/resources/views/mail/registration-confirmation.blade.php index f1475a91..8caa6c2c 100644 --- a/api/resources/views/mail/registration-confirmation.blade.php +++ b/api/resources/views/mail/registration-confirmation.blade.php @@ -20,5 +20,5 @@ @endsection @section('action') - Naar het portaal + Naar het portaal » @endsection