Skip to content

Commit

Permalink
chore: include youtube link, add new header and logo for emails
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Radulescu committed Dec 13, 2023
1 parent 32950dd commit 04e467f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions backend/src/mail/templates/partials/footer.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</p>
</td>
<td>
<img class='logo' src={{asset_url 'code4romania_logo.png'}} />
<img class='logo' src={{asset_url 'code4romania_logo_new.png'}} />
</td>
</tr>
</table>
Expand Down Expand Up @@ -59,7 +59,7 @@
<td style='width: 30px; height: 30px'>
<a
style='text-decoration: none; color: #1a15ea'
href='/'
href='https://www.youtube.com/@codeforromania5856'
target='_blank'
>
<img class='icon' src={{asset_url 'youtube_logo.png'}} />
Expand Down
2 changes: 1 addition & 1 deletion backend/src/mail/templates/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div>
<img src={{asset_url 'header.png' }} style="width: 100%;">
<img src={{asset_url 'header_new.png'}} style='width: 100%;' />
</div>

0 comments on commit 04e467f

Please sign in to comment.