Skip to content

Commit ad2fae4

Browse files
committed
feat(email): use wordmark in email header instead of icon-only logo
1 parent ab465ee commit ad2fae4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/sim/components/emails/components/email-layout.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,9 @@ export function EmailLayout({
4141
{/* Header with logo */}
4242
<Section style={baseStyles.header}>
4343
<Img
44-
src={brand.logoUrl || `${baseUrl}/brand/color/email/type.png`}
45-
width='70'
44+
src={brand.logoUrl || `${baseUrl}/brand/color/email/wordmark.png`}
45+
width='107'
46+
height='33'
4647
alt={brand.name}
4748
style={{ display: 'block' }}
4849
/>
2.91 KB
Loading

0 commit comments

Comments
 (0)