Remove alt_text placeholder text

This commit is contained in:
David Bomba 2023-03-02 08:07:55 +11:00
parent 18f4fda038
commit 90f6038550
2 changed files with 2 additions and 2 deletions

View File

@ -152,7 +152,7 @@
<div class="dark-bg" <div class="dark-bg"
style="background-color:#f9f9f9; padding-bottom: 20px; margin-top:20px;"> style="background-color:#f9f9f9; padding-bottom: 20px; margin-top:20px;">
@if($logo && strpos($logo, 'blank.png') === false) @if($logo && strpos($logo, 'blank.png') === false)
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 50%; max-width: 570px; height: auto; display: block;" class="g-img"> <img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt=" " border="0" style="width: 50%; max-width: 570px; height: auto; display: block;" class="g-img">
@endif @endif
</div> </div>
</td> </td>

View File

@ -148,7 +148,7 @@
<td align="center" cellpadding="20"> <td align="center" cellpadding="20">
<div style="border: 1px solid #c2c2c2; border-bottom: none; padding-bottom: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px;"> <div style="border: 1px solid #c2c2c2; border-bottom: none; padding-bottom: 10px; border-top-left-radius: 3px; border-top-right-radius: 3px;">
@if($logo && strpos($logo, 'blank.png') === false) @if($logo && strpos($logo, 'blank.png') === false)
<img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt="alt_text" border="0" style="width: 50%; max-width: 570px; display: block;"> <img class="" src="{{ $logo ?? '' }}" width="50%" height="" alt=" " border="0" style="width: 50%; max-width: 570px; display: block;">
@endif @endif
</div> </div>
</td> </td>