We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430d753 commit fe5d3b0Copy full SHA for fe5d3b0
emails/src/template.html
@@ -20,7 +20,7 @@
20
<td class="main-td">
21
<table class="main-child">
22
<tr>
23
- <td class="logo-box"><img src="https://image.ibb.co/degcgd/logo.jpg" width="54" height="35" alt="IMG"></td>
+ <td class="logo-box"><img src="{{@root.connectURL}}/static/logo.jpg" width="54" height="35" alt="IMG"></td>
24
<td class="main-heading">YOUR TOPCODER PROJECT UPDATES</td>
25
<td class="dummy-head-child"></td>
26
</tr>
0 commit comments