monthly money
This commit is contained in:
@@ -35,7 +35,11 @@ function welcomeTemplate({ firstName = "", lastName = "" }) {
|
||||
<div style="background:#151520;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,0.08)">
|
||||
<div style="padding:32px 28px">
|
||||
<div style="text-align:center;margin-bottom:24px">
|
||||
<img src="${musicLandLogoSrc}" alt="MusicLand" style="height:48px" />
|
||||
<img
|
||||
src="${musicLandLogoSrc}"
|
||||
alt="MusicLand"
|
||||
style="display:block;margin:0 auto;width:180px;max-width:100%;height:auto"
|
||||
/>
|
||||
</div>
|
||||
<p style="margin:0 0 12px;font-size:16px;letter-spacing:0.2px">${greeting}</p>
|
||||
<h1 style="margin:0 0 16px;font-size:28px;line-height:1.2">Bienvenue sur MusicLand</h1>
|
||||
|
||||
Reference in New Issue
Block a user