Skip to content

Commit

Permalink
fix: email template image
Browse files Browse the repository at this point in the history
  • Loading branch information
akshat-OwO committed Feb 2, 2024
1 parent cf23f12 commit 0625840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/EmailTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const EmailTemplate: FC<EmailTemplateProps> = ({ name }) => {
<Container className="mx-auto my-[40px] max-w-[465px] rounded border border-solid border-[#eaeaea] p-[20px]">
<Section className="mt-[32px]">
<Img
src={`${baseUrl}/static/email-x.png`}
src={`${baseUrl}/email-x.png`}
width={"40"}
height={"37"}
alt="SyllabusX"
Expand Down Expand Up @@ -121,7 +121,7 @@ export function EmailAdminTemplate({
<Container className="mx-auto my-[40px] max-w-[465px] rounded border border-solid border-[#eaeaea] p-[20px]">
<Section className="mt-[32px]">
<Img
src={`${baseUrl}/static/email-x.png`}
src={`${baseUrl}/email-x.png`}
width={"40"}
height={"37"}
alt="SyllabusX"
Expand Down

0 comments on commit 0625840

Please sign in to comment.