Minor fixes for email designs

This commit is contained in:
David Bomba 2023-02-28 18:41:26 +11:00
parent b4b5af3ac4
commit ab8b15067c
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
@endisset
@isset($signature)
<p>{!! nl2br($signature) !!}</p>
<p>{{ nl2br($signature) }}</p>
@endisset
</div>
@endcomponent

View File

@ -198,8 +198,8 @@
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 500; margin-bottom:0;">
{{ $company->present()->name() }}</p>
<p style="font-size: 15px; color: #2e2e2e; font-family: 'roboto', Arial, Helvetica, sans-serif; font-weight: 400; margin-top: 5px;">
<span>{{ $company->settings->phone }}</span>
<span style="font-weight: 500"> {{ $company->settings->website }}</span>
<p>{{ $company->settings->phone }}</p>
<p style="font-weight: 500"> {{ $company->settings->website }}</p>
</p>
@endif
</div>