Skip to content

Commit

Permalink
fix(email): wrong logo image url
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopr committed Jul 6, 2023
1 parent 10d12e3 commit b760468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/emails/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@
<tr>
<td class="email-masthead">
<a href="{{base_url}}" class="f-fallback email-masthead_name">
<img height="96" width="256" src="https://visualdynamics.vist.gg/images/logo-for-email.png" alt="Visual Dynamics">
<img height="96" width="256" src="https://visualdynamics.fiocruz.br/images/logo-for-email.png" alt="Visual Dynamics">
</a>
</td>
</tr>
Expand Down

0 comments on commit b760468

Please sign in to comment.