From bc44ed38090e67117f6c8691faaebe5df7155715 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Ckirukib=E2=80=9D?= <“kirubeljkl679@gmail.com”> Date: Thu, 12 Mar 2026 00:24:08 +0300 Subject: [PATCH] feat: add Yaltopia logo to email header Made-with: Cursor --- src/email/BaseEmailShell.tsx | 8 +++++++- src/email/email.css | 9 +++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/email/BaseEmailShell.tsx b/src/email/BaseEmailShell.tsx index c001bd0..0655e22 100644 --- a/src/email/BaseEmailShell.tsx +++ b/src/email/BaseEmailShell.tsx @@ -40,7 +40,13 @@ export function BaseEmailShell({
-
Y
+
+ Yaltopia Home +
Yaltopia Home
{categoryLabel[category]} notice
diff --git a/src/email/email.css b/src/email/email.css index a78a3d9..abb5872 100644 --- a/src/email/email.css +++ b/src/email/email.css @@ -47,8 +47,13 @@ body { display: flex; align-items: center; justify-content: center; - font-size: 18px; - font-weight: 700; + overflow: hidden; +} + +.brand-logo { + width: 100%; + height: 100%; + object-fit: contain; } .brand-text {