Skip to content

Commit

Permalink
Fix email notification
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Jan 21, 2018
1 parent 3294572 commit 146b518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/vendor/notifications/email.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class="button"

<!-- Salutation -->
<p style="{{ $style['paragraph'] }}">
Regards,<br>{{ {{ setting('app_name', config('app.name')) }} }}
Regards,<br>{{ setting('app_name', config('app.name')) }} }}
</p>

<!-- Sub Copy -->
Expand Down Expand Up @@ -176,7 +176,7 @@ class="button"
<td style="{{ $fontFamily }} {{ $style['email-footer_cell'] }}">
<p style="{{ $style['paragraph-sub'] }}">
&copy; {{ date('Y') }}
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ {{ setting('app_name', config('app.name')) }} }}</a>.
<a style="{{ $style['anchor'] }}" href="{{ url('/') }}" target="_blank">{{ setting('app_name', config('app.name')) }} }}</a>.
All rights reserved.
</p>
</td>
Expand Down

0 comments on commit 146b518

Please sign in to comment.