refactor(emails): add logo image

This commit is contained in:
Mauricio Siu
2024-07-20 00:56:44 -06:00
parent 244e1227c4
commit e77b30671b
6 changed files with 6 additions and 16 deletions

View File

@@ -51,10 +51,8 @@ export const BuildFailedEmail = ({
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
<Section className="mt-[32px]">
<Img
src={
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
}
width="50"
src={"/static/logo.png"}
width="80"
height="50"
alt="Dokploy"
className="my-0 mx-auto"

View File

@@ -49,9 +49,7 @@ export const BuildSuccessEmail = ({
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
<Section className="mt-[32px]">
<Img
src={
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
}
src={"/static/logo.png"}
width="50"
height="50"
alt="Dokploy"

View File

@@ -50,9 +50,7 @@ export const DatabaseBackupEmail = ({
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
<Section className="mt-[32px]">
<Img
src={
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
}
src={"/static/logo.png"}
width="50"
height="50"
alt="Dokploy"

View File

@@ -43,9 +43,7 @@ export const DockerCleanupEmail = ({
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
<Section className="mt-[32px]">
<Img
src={
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
}
src={"/static/logo.png"}
width="50"
height="50"
alt="Dokploy"

View File

@@ -40,9 +40,7 @@ export const DokployRestartEmail = ({
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
<Section className="mt-[32px]">
<Img
src={
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
}
src={"/static/logo.png"}
width="50"
height="50"
alt="Dokploy"

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB