refactor: update logo url

This commit is contained in:
Mauricio Siu 2024-07-20 01:04:30 -06:00
parent e77b30671b
commit 6e78f49c2f
6 changed files with 27 additions and 15 deletions

View File

@ -51,8 +51,10 @@ 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={"/static/logo.png"}
width="80"
src={
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
}
width="100"
height="50"
alt="Dokploy"
className="my-0 mx-auto"

View File

@ -49,8 +49,10 @@ 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={"/static/logo.png"}
width="50"
src={
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
}
width="100"
height="50"
alt="Dokploy"
className="my-0 mx-auto"

View File

@ -50,8 +50,10 @@ 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={"/static/logo.png"}
width="50"
src={
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
}
width="100"
height="50"
alt="Dokploy"
className="my-0 mx-auto"

View File

@ -43,8 +43,10 @@ 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={"/static/logo.png"}
width="50"
src={
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
}
width="100"
height="50"
alt="Dokploy"
className="my-0 mx-auto"

View File

@ -40,8 +40,10 @@ 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={"/static/logo.png"}
width="50"
src={
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
}
width="100"
height="50"
alt="Dokploy"
className="my-0 mx-auto"

View File

@ -3,15 +3,15 @@ import {
Button,
Container,
Head,
Heading,
Hr,
Html,
Img,
Link,
Preview,
Section,
Text,
Tailwind,
Img,
Heading,
Text,
} from "@react-email/components";
export type TemplateProps = {
@ -48,8 +48,10 @@ export const InvitationEmail = ({
<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={
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
}
width="100"
height="50"
alt="Dokploy"
className="my-0 mx-auto"