mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
refactor: update logo url
This commit is contained in:
parent
e77b30671b
commit
6e78f49c2f
@ -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]">
|
<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={"/static/logo.png"}
|
src={
|
||||||
width="80"
|
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
|
||||||
|
}
|
||||||
|
width="100"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
@ -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]">
|
<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={"/static/logo.png"}
|
src={
|
||||||
width="50"
|
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
|
||||||
|
}
|
||||||
|
width="100"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
@ -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]">
|
<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={"/static/logo.png"}
|
src={
|
||||||
width="50"
|
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
|
||||||
|
}
|
||||||
|
width="100"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
@ -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]">
|
<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={"/static/logo.png"}
|
src={
|
||||||
width="50"
|
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
|
||||||
|
}
|
||||||
|
width="100"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
@ -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]">
|
<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={"/static/logo.png"}
|
src={
|
||||||
width="50"
|
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
|
||||||
|
}
|
||||||
|
width="100"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
@ -3,15 +3,15 @@ import {
|
|||||||
Button,
|
Button,
|
||||||
Container,
|
Container,
|
||||||
Head,
|
Head,
|
||||||
|
Heading,
|
||||||
Hr,
|
Hr,
|
||||||
Html,
|
Html,
|
||||||
|
Img,
|
||||||
Link,
|
Link,
|
||||||
Preview,
|
Preview,
|
||||||
Section,
|
Section,
|
||||||
Text,
|
|
||||||
Tailwind,
|
Tailwind,
|
||||||
Img,
|
Text,
|
||||||
Heading,
|
|
||||||
} from "@react-email/components";
|
} from "@react-email/components";
|
||||||
|
|
||||||
export type TemplateProps = {
|
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]">
|
<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={`https://avatars.githubusercontent.com/u/156882017?s=200&v=4`}
|
src={
|
||||||
width="50"
|
"https://raw.githubusercontent.com/Dokploy/dokploy/canary/logo.png"
|
||||||
|
}
|
||||||
|
width="100"
|
||||||
height="50"
|
height="50"
|
||||||
alt="Dokploy"
|
alt="Dokploy"
|
||||||
className="my-0 mx-auto"
|
className="my-0 mx-auto"
|
||||||
|
Loading…
Reference in New Issue
Block a user