Update logo references and email logo URL in configuration

This commit is contained in:
2025-06-13 13:36:14 +02:00
parent e57756e433
commit 72ea543485
5 changed files with 7 additions and 7 deletions

View File

@@ -86,7 +86,7 @@ export default defineEventHandler(async (event) => {
const signature = includeSignature ? `
<br><br>
<div style="margin-top: 20px; font-family: Arial, sans-serif;">
<img src="${process.env.NUXT_EMAIL_LOGO_URL || 'https://portnimara.com/logo.png'}" alt="Port Nimara" style="width: 150px; height: auto; max-height: 40px; margin-bottom: 10px; display: block;">
<img src="${process.env.NUXT_EMAIL_LOGO_URL || 'https://portnimara.com/Port_Nimara_Logo_2_Colour_New_Transparent.png'}" alt="Port Nimara" style="width: 150px; height: auto; max-height: 40px; margin-bottom: 10px; display: block;">
<div style="font-weight: bold;">${sig.name || defaultName}</div>
<div style="color: #666; margin-bottom: 8px;">${sig.title || 'Sales & Marketing Director'}</div>
<div style="font-weight: bold; margin-bottom: 12px;">${sig.company || 'Port Nimara'}</div>