Skip to content

Commit

Permalink
chore(ci): update static files
Browse files Browse the repository at this point in the history
  • Loading branch information
younes200 committed Dec 16, 2024
1 parent a641f77 commit 1337934
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/emails/emails/email-verification.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const EmailVerification = ({
<Container className="border border-solid border-[#eaeaea] rounded my-[40px] mx-auto p-[20px] w-[465px]">
<Section className="mt-[32px]">
<Img
src={`${baseUrl}/static/celluloid-logo.png`}
src={`${baseUrl}/celluloid-email-logo.png`}
width="188"
alt="Celluloid"
className="my-0 mx-auto"
Expand Down
2 changes: 1 addition & 1 deletion packages/emails/emails/forget-password.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const ForgetPasswordEmail = ({
<Container className="border border-solid border-[#eaeaea] rounded my-[40px] mx-auto p-[20px] w-[465px]">
<Section className="mt-[32px]">
<Img
src={`${baseUrl}/static/celluloid-logo.png`}
src={`${baseUrl}/celluloid-email-logo.png`}
width="188"
alt="Celluloid"
className="my-0 "
Expand Down

0 comments on commit 1337934

Please sign in to comment.