Skip to content

Commit 74558d6

Browse files
authored
docs(email): remove duplicate CSS property from html (#2546)
- The CSS property 'text-decoration: none;' was duplicated in the example html code and is removed.
1 parent d03125a commit 74558d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/docs/providers/email.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const html = ({ url, site, email }) => {
187187
<td align="center" style="padding: 20px 0;">
188188
<table border="0" cellspacing="0" cellpadding="0">
189189
<tr>
190-
<td align="center" style="border-radius: 5px;" bgcolor="${buttonBackgroundColor}"><a href="${url}" target="_blank" style="font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: ${buttonTextColor}; text-decoration: none; text-decoration: none;border-radius: 5px; padding: 10px 20px; border: 1px solid ${buttonBorderColor}; display: inline-block; font-weight: bold;">Sign in</a></td>
190+
<td align="center" style="border-radius: 5px;" bgcolor="${buttonBackgroundColor}"><a href="${url}" target="_blank" style="font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: ${buttonTextColor}; text-decoration: none; border-radius: 5px; padding: 10px 20px; border: 1px solid ${buttonBorderColor}; display: inline-block; font-weight: bold;">Sign in</a></td>
191191
</tr>
192192
</table>
193193
</td>

0 commit comments

Comments
 (0)