Correct website link in email notifications and confirmation messages

Fixes incorrect domain references from "joachim-hummel.de" to "joachimhummel.de" in email templates within artifacts/api-server/src/routes/contact.ts.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: a281c85d-3ef8-4922-a133-4ca233d17a55
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/vRxTy2Z
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
joachimhummel
2026-05-15 17:17:21 +00:00
parent d34902cd5f
commit 4658309da1
2 changed files with 3 additions and 3 deletions

View File

@@ -233,7 +233,7 @@ function buildNotificationEmail({
<p style="margin:0 0 10px;font-size:13px;color:${textLight};"> <p style="margin:0 0 10px;font-size:13px;color:${textLight};">
<a href="mailto:jh@unixweb.de" style="color:${brandBlue};text-decoration:none;">jh@unixweb.de</a> <a href="mailto:jh@unixweb.de" style="color:${brandBlue};text-decoration:none;">jh@unixweb.de</a>
<span style="color:${borderColor};">&nbsp;&bull;&nbsp;</span> <span style="color:${borderColor};">&nbsp;&bull;&nbsp;</span>
<a href="https://joachim-hummel.de" target="_blank" style="color:${brandBlue};text-decoration:none;">joachim-hummel.de</a> <a href="https://joachimhummel.de" target="_blank" style="color:${brandBlue};text-decoration:none;">joachimhummel.de</a>
</p> </p>
<p style="margin:0;font-size:13px;color:${textLight};"> <p style="margin:0;font-size:13px;color:${textLight};">
<a href="https://blog.unixweb.de" target="_blank" style="color:${brandBlue};text-decoration:none;">Blog</a> <a href="https://blog.unixweb.de" target="_blank" style="color:${brandBlue};text-decoration:none;">Blog</a>
@@ -341,7 +341,7 @@ function buildConfirmationEmail({
<table cellpadding="0" cellspacing="0" border="0" role="presentation"> <table cellpadding="0" cellspacing="0" border="0" role="presentation">
<tr> <tr>
<td align="center" style="background-color:${brandBlue};border-radius:8px;"> <td align="center" style="background-color:${brandBlue};border-radius:8px;">
<a href="https://joachim-hummel.de" target="_blank" style="display:inline-block;padding:13px 28px;font-size:14px;font-weight:600;color:#ffffff;text-decoration:none;letter-spacing:0.2px;border-radius:8px;">Portfolio ansehen &rarr;</a> <a href="https://joachimhummel.de" target="_blank" style="display:inline-block;padding:13px 28px;font-size:14px;font-weight:600;color:#ffffff;text-decoration:none;letter-spacing:0.2px;border-radius:8px;">Portfolio ansehen &rarr;</a>
</td> </td>
</tr> </tr>
</table> </table>
@@ -371,7 +371,7 @@ function buildConfirmationEmail({
<p style="margin:0 0 10px;font-size:13px;color:${textLight};"> <p style="margin:0 0 10px;font-size:13px;color:${textLight};">
<a href="mailto:jh@unixweb.de" style="color:${brandBlue};text-decoration:none;">jh@unixweb.de</a> <a href="mailto:jh@unixweb.de" style="color:${brandBlue};text-decoration:none;">jh@unixweb.de</a>
<span style="color:${borderColor};">&nbsp;&bull;&nbsp;</span> <span style="color:${borderColor};">&nbsp;&bull;&nbsp;</span>
<a href="https://joachim-hummel.de" target="_blank" style="color:${brandBlue};text-decoration:none;">joachim-hummel.de</a> <a href="https://joachimhummel.de" target="_blank" style="color:${brandBlue};text-decoration:none;">joachimhummel.de</a>
</p> </p>
<!-- Social links --> <!-- Social links -->
<p style="margin:0;font-size:13px;color:${textLight};"> <p style="margin:0;font-size:13px;color:${textLight};">

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB