mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor(emails): add logo image
This commit is contained in:
@@ -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]">
|
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
|
||||||
<Section className="mt-[32px]">
|
<Section className="mt-[32px]">
|
||||||
<Img
|
<Img
|
||||||
src={
|
src={"/static/logo.png"}
|
||||||
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
|
width="80"
|
||||||
}
|
|
||||||
width="50"
|
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
|||||||
@@ -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]">
|
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
|
||||||
<Section className="mt-[32px]">
|
<Section className="mt-[32px]">
|
||||||
<Img
|
<Img
|
||||||
src={
|
src={"/static/logo.png"}
|
||||||
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
|
|
||||||
}
|
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
|
|||||||
@@ -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]">
|
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
|
||||||
<Section className="mt-[32px]">
|
<Section className="mt-[32px]">
|
||||||
<Img
|
<Img
|
||||||
src={
|
src={"/static/logo.png"}
|
||||||
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
|
|
||||||
}
|
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
|
|||||||
@@ -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]">
|
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
|
||||||
<Section className="mt-[32px]">
|
<Section className="mt-[32px]">
|
||||||
<Img
|
<Img
|
||||||
src={
|
src={"/static/logo.png"}
|
||||||
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
|
|
||||||
}
|
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
|
|||||||
@@ -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]">
|
<Container className="border border-solid border-[#eaeaea] rounded-lg my-[40px] mx-auto p-[20px] max-w-[465px]">
|
||||||
<Section className="mt-[32px]">
|
<Section className="mt-[32px]">
|
||||||
<Img
|
<Img
|
||||||
src={
|
src={"/static/logo.png"}
|
||||||
"https://avatars.githubusercontent.com/u/156882017?s=200&v=4"
|
|
||||||
}
|
|
||||||
width="50"
|
width="50"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
|
|||||||
BIN
emails/emails/static/logo.png
Normal file
BIN
emails/emails/static/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Reference in New Issue
Block a user