feat: XAVIS 브랜드 이미지를 NCue 로고·favicon으로 교체

로그인·네비·F-Scan 로고, favicon, 페이지 타이틀, 인증 메일 브랜딩을 NCue로 통일.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dsyoon
2026-05-26 22:46:40 +09:00
parent 073a8343dd
commit f7df18f181
31 changed files with 37 additions and 37 deletions

View File

@@ -343,7 +343,7 @@ function buildMagicLinkEmailHtml(linkUrl, linkMinutes) {
<table role="presentation" width="100%" cellspacing="0" cellpadding="0" border="0" style="max-width:560px;background-color:#ffffff;border-radius:12px;overflow:hidden;border:1px solid #e2e8f0;">
<tr>
<td style="padding:28px 22px 8px 22px;font-family:'Apple SD Gothic Neo','Malgun Gothic',Helvetica,Arial,sans-serif;">
<p style="margin:0 0 4px 0;font-size:13px;font-weight:700;letter-spacing:0.02em;color:#dc2626;">XAVIS</p>
<p style="margin:0 0 4px 0;font-size:13px;font-weight:700;letter-spacing:0.02em;color:#2563eb;">NCue</p>
<p style="margin:0 0 20px 0;font-size:17px;font-weight:700;color:#0f172a;line-height:1.35;">AI Platform</p>
<p style="margin:0 0 14px 0;font-size:15px;line-height:1.65;color:#334155;">계정 인증을 위해 아래의 인증 링크를 안내드립니다.</p>
<p style="margin:0 0 24px 0;font-size:15px;line-height:1.65;color:#334155;">아래 버튼을 누르시면 인증이 완료되며, 이후 서비스를 정상적으로 이용하실 수 있습니다.</p>
@@ -365,7 +365,7 @@ function buildMagicLinkEmailHtml(linkUrl, linkMinutes) {
</td>
</tr>
</table>
<p style="margin:16px 0 0 0;font-size:11px;line-height:1.4;color:#94a3b8;font-family:'Apple SD Gothic Neo','Malgun Gothic',Helvetica,Arial,sans-serif;">© XAVIS · 본 메일은 시스템에 의해 자동 발송되었습니다.</p>
<p style="margin:16px 0 0 0;font-size:11px;line-height:1.4;color:#94a3b8;font-family:'Apple SD Gothic Neo','Malgun Gothic',Helvetica,Arial,sans-serif;">© NCue · 본 메일은 시스템에 의해 자동 발송되었습니다.</p>
</td>
</tr>
</table>
@@ -401,7 +401,7 @@ async function sendMagicLinkEmail(to, linkUrl) {
await transporter.sendMail({
from,
to,
subject: "[인증] XAVIS AI Platform 인증 링크",
subject: "[인증] NCue AI Platform 인증 링크",
text: textBody,
html: htmlBody,
});