Skip to content

Commit

Permalink
fix: variable passing in email template
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisht13 committed Oct 21, 2024
1 parent 0a25d10 commit 98a2cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/relayer/email_templates/completion_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@
</tr>
<tr>
<td align="center" style="padding-top: 20px">
<a class="primary-button" href='{explorerUrl}' style="border: none;
<a class="primary-button" href='{{explorerUrl}}' style="border: none;
background-color: #0C3D77;
color: white;
border-radius: 8px;
Expand Down

0 comments on commit 98a2cd3

Please sign in to comment.