Skip to content

Commit

Permalink
Fix of notifications images footer endpoint (#131)
Browse files Browse the repository at this point in the history
* fixed wrong field name in notification email template

* Only the direct community to receive the aspect created notification for users (#124)

* only the direct community to receive the aspect created notification

* use same approach for user on aspect created

* Altering notification receivers logic

* Fix PR feedback

Co-authored-by: Valentin Yanakiev <[email protected]>

* updated URLs for images in email footers (#130)

Co-authored-by: Neil Smyth <[email protected]>
Co-authored-by: Neil Smyth <[email protected]>
Co-authored-by: Valentin Yanakiev <[email protected]>
  • Loading branch information
4 people authored Jun 30, 2022
1 parent 5270610 commit f1d8a87
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/templates/_layouts/email-transactional.html
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@
<td style="padding: 0 10px; color: black">
<b>Team Alkemio</b><br />
<br />
<a href="https://alkem.io"
<a href="https://alkemio.foundation"
><img
src="https://alkem.io/uploads/logos/alkemio-logo.png"
src="https://alkemio.foundation/uploads/logos/alkemio-logo.png"
width="175"
alt="alkemio-logo"
/></a>
Expand All @@ -258,16 +258,16 @@
display: inline-block;
padding-top: 5px;
"
href="https://alkem.io"
>https://alkem.io</a
href="https://alkemio.foundation"
>https://alkemio.foundation</a
>
</td>
</tr>
<tr>
<td style="padding-top: 20px">
<a href="https://alkem.io"
<a href="https://alkemio.foundation"
><img
src="https://alkem.io/uploads/vizualization-email-footer.jpg"
src="https://alkemio.foundation/uploads/vizualization-email-footer.jpg"
width="100%"
alt="alkemio-logo"
/></a>
Expand Down

0 comments on commit f1d8a87

Please sign in to comment.