Skip to content

Commit 60f33a1

Browse files
committed
chore: add lost and found header to archive email
1 parent ba90a1e commit 60f33a1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/emails/archive.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ export function ArchiveEmail({ items }: Props) {
3939
</Column>
4040
</Row>
4141
</Section>
42+
<Section className="mt-[32px]">
43+
<Img
44+
src={`${baseUrl}/LostandFoundHeader.png`}
45+
alt="Lost and Found"
46+
height={225}
47+
className="my-0 mx-auto"
48+
/>
49+
</Section>
4250
<Text className="text-[14px] leading-[24px] text-black">
4351
Hello,
4452
</Text>

0 commit comments

Comments
 (0)