fixed email blades

This commit is contained in:
denisdulici
2020-02-12 16:55:04 +03:00
parent 27e027c564
commit deef3c2076
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<a href="{{ $url }}" class="button button-{{ $color or 'blue' }}" target="_blank">{{ $slot }}</a>
<a href="{{ $url }}" class="button button-{{ $color ?? 'blue' }}" target="_blank">{{ $slot }}</a>
</td>
</tr>
</table>