fix: change welcome email button text color to black
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
69c410a4c7
commit
6da53c3058
|
|
@ -375,7 +375,7 @@ export const sendWelcomeEmail = async (email, firstName) => {
|
||||||
<p>Vous pouvez dès maintenant participer au jeu en vous connectant à votre compte:</p>
|
<p>Vous pouvez dès maintenant participer au jeu en vous connectant à votre compte:</p>
|
||||||
|
|
||||||
<div style="text-align: center;">
|
<div style="text-align: center;">
|
||||||
<a href="${loginUrl}" class="button">Accéder à mon compte</a>
|
<a href="${loginUrl}" style="display: inline-block; padding: 12px 30px; background: #667eea; color: black; text-decoration: none; border-radius: 5px; margin: 20px 0; font-weight: bold;">Accéder à mon compte</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p style="margin-top: 30px; color: #666; font-size: 14px;">
|
<p style="margin-top: 30px; color: #666; font-size: 14px;">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user