Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
odenypeter committed Nov 8, 2023
1 parent ba59656 commit a8228d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/email/coreuser/invitation.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ <h1 style="text-align: center;"><span style="color: #151f56;"><strong><span styl
<tbody>
<tr style="height: 20px;">
<td style="font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 18pt; padding: 12pt; background-color: #ff9f00; color: #ffffff; font-weight: bold; text-align: center;">
<a href="{{ invitation_link }}" target="_blank" style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;">Accept invitation</a>
<a href="{{ invitation_link }}" target="_blank" style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #ffffff;">Accept invitation</a><br>
or copy link: <a href="{{ invitation_link }}">{{ invitation_link }}</a>
</td>
</tr>
</tbody>
Expand Down

0 comments on commit a8228d0

Please sign in to comment.