UPDATE: fix bug
All checks were successful
Build and Release / release (push) Successful in 1m33s

This commit is contained in:
2026-04-16 10:19:17 +07:00
parent 4e1e9892ac
commit ae1c9473fc
9 changed files with 16 additions and 9 deletions

View File

@@ -16,7 +16,7 @@
</tr>
<tr>
<td style="padding:20px 0;font-size:16px;color:#333;">
Hello <b>{{name}}</b>,
Hello <b>{{NAME}}</b>,
</td>
</tr>
<tr>
@@ -25,14 +25,14 @@
<b style="color:#ef4444;">rejected</b>.
<br/><br/>
<b>Reason:</b><br/>
{{reason}}
{{REASON}}
<br/><br/>
You can update your information and reapply anytime.
</td>
</tr>
<tr>
<td align="center" style="padding:30px 0;">
<a href="{{app_url}}" style="background:#3b82f6;color:#fff;padding:12px 20px;border-radius:6px;text-decoration:none;">
<a href="{{APP_URL}}" style="background:#3b82f6;color:#fff;padding:12px 20px;border-radius:6px;text-decoration:none;">
Reapply
</a>
</td>