Skip to content

Commit

Permalink
chore: Add explorer button in completion template
Browse files Browse the repository at this point in the history
  • Loading branch information
wryonik committed Oct 21, 2024
1 parent b425ed5 commit aafa77f
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/relayer/email_templates/completion_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,25 @@
Your request ID is <strong>{{requestId}}</strong> is now complete.
</td>
</tr>
<tr>
<td align="center" style="padding-top: 20px">
<a class="primary-button" href='{explorerUrl}' style="border: none;
background-color: #0C3D77;
color: white;
border-radius: 8px;
padding: 10px 24px;
font-family: Fustat;
font-size: 16px;
font-weight: 600;
text-decoration: none;">
<img
src="https://storage.googleapis.com/email-templates-artifacts/GlobeIcon.png"
alt="Share Icon"
style="vertical-align: middle; margin-right: 5px; height: 20px; width: 20px"
/>View on Explorer
</a>
</td>
</tr>
<tr>
<td style="padding-top: 20px">
<p style="margin: 0">
Expand Down

0 comments on commit aafa77f

Please sign in to comment.