-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,6 @@ import { Column, Heading, Hr, Link, Row, Section, Text } from "@react-email/comp | |
import { ReactNode } from "react"; | ||
import { Attachment, AttachmentKey, AttachmentTitle } from "shared-types"; | ||
import { styles } from "./email-styles"; | ||
import { ONEMAC_LOGO_BASE64 } from "./onemac-logo-base64"; | ||
|
||
export const EMAIL_CONFIG = { | ||
DEV_EMAIL: "[email protected]", | ||
|
@@ -52,7 +51,7 @@ const EmailNav = ({ appEndpointUrl }: { appEndpointUrl: string }) => ( | |
height={40} | ||
width={112} | ||
style={{ maxWidth: "112px" }} | ||
src={`data:image/png;base64,${ONEMAC_LOGO_BASE64}`} | ||
src={`${appEndpointUrl}onemac-logo.png`} | ||
alt="OneMAC Logo" | ||
/> | ||
</Link> | ||
|
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.