diff --git a/apps/api/src/lib/nodemailer/auth/forgot-password.ts b/apps/api/src/lib/nodemailer/auth/forgot-password.ts index 43da1344b..2aa6ba337 100644 --- a/apps/api/src/lib/nodemailer/auth/forgot-password.ts +++ b/apps/api/src/lib/nodemailer/auth/forgot-password.ts @@ -22,7 +22,7 @@ export async function forgotPassword( from: email?.reply, to: email, subject: `Password Reset Request`, - text: `Password Reset Code: ${code}, follow this link to reset your password ${resetlink}`, + text: `Your Password Reset Code Is: ${code}, follow this link to reset your password ${resetlink}`, html: ` diff --git a/apps/api/src/lib/nodemailer/ticket/assigned.ts b/apps/api/src/lib/nodemailer/ticket/assigned.ts index b80e61f04..807f08b08 100644 --- a/apps/api/src/lib/nodemailer/ticket/assigned.ts +++ b/apps/api/src/lib/nodemailer/ticket/assigned.ts @@ -26,7 +26,7 @@ export async function sendAssignedEmail(email: any) { from: provider?.reply, to: email, subject: `A new ticket has been assigned to you`, - text: `Hello there, a ticket has been assigned to you`, + text: `Hello there, a ticket has been assigned to you, Check it out in Peppermint`, html: htmlToSend, }) .then((info: any) => { diff --git a/apps/api/src/lib/nodemailer/ticket/comment.ts b/apps/api/src/lib/nodemailer/ticket/comment.ts index 8b90ffd46..09c80750e 100644 --- a/apps/api/src/lib/nodemailer/ticket/comment.ts +++ b/apps/api/src/lib/nodemailer/ticket/comment.ts @@ -32,7 +32,7 @@ export async function sendComment( from: provider?.reply, to: email, subject: `New comment on Issue #${title} ref: #${id}`, - text: `Hello there, Issue #${title}, has had an update with a comment of ${comment}`, + text: `Hello there, Issue #${title}, has had an update with a comment of ${comment}, Check it out in Peppermint`, html: htmlToSend, }) .then((info: any) => { diff --git a/apps/api/src/lib/nodemailer/ticket/create.ts b/apps/api/src/lib/nodemailer/ticket/create.ts index eddc30e82..e2ccdd22a 100644 --- a/apps/api/src/lib/nodemailer/ticket/create.ts +++ b/apps/api/src/lib/nodemailer/ticket/create.ts @@ -26,7 +26,7 @@ export async function sendTicketCreate(ticket: any) { from: email?.reply, to: ticket.email, subject: `Issue #${ticket.id} has just been created & logged`, - text: `Hello there, Issue #${ticket.id}, which you reported on ${ticket.createdAt}, has now been created and logged`, + text: `Hello there, Issue #${ticket.id}, which you reported on ${ticket.createdAt}, has now been created and logged, have a look in Peppermint`, html: htmlToSend, }) .then((info: any) => { diff --git a/apps/docs/theme.config.jsx b/apps/docs/theme.config.jsx index 1193f99f1..a116ad69c 100644 --- a/apps/docs/theme.config.jsx +++ b/apps/docs/theme.config.jsx @@ -19,7 +19,7 @@ const config = { toggleButton: false, }, chat: { - link: 'https://discord.gg/X9yFbcV2rF', + link: 'https://discord.gg/invite/cyj86Ncygn', }, // i18n: [ // { locale: 'en', text: 'English' }, @@ -68,4 +68,4 @@ const config = { } } -export default config \ No newline at end of file +export default config diff --git a/apps/landing/public/dashboard.jpeg b/apps/landing/public/dashboard.jpeg index ee7761f9f..54b06050d 100644 Binary files a/apps/landing/public/dashboard.jpeg and b/apps/landing/public/dashboard.jpeg differ diff --git a/apps/landing/src/app/page.tsx b/apps/landing/src/app/page.tsx index 8e3720d9e..553b9244f 100644 --- a/apps/landing/src/app/page.tsx +++ b/apps/landing/src/app/page.tsx @@ -346,9 +346,9 @@ export default function Home() { -
-
-

+
+
+

Deploy faster with one click

diff --git a/static/create_a_ticket.png b/static/create_a_ticket.png index 6ab605105..044eb954f 100644 Binary files a/static/create_a_ticket.png and b/static/create_a_ticket.png differ diff --git a/static/detail.png b/static/detail.png index 7f3c43ecb..c2c702f35 100644 Binary files a/static/detail.png and b/static/detail.png differ diff --git a/static/homepage.png b/static/homepage.png index 064ece9b5..1ecd49bb1 100644 Binary files a/static/homepage.png and b/static/homepage.png differ diff --git a/static/tickets.png b/static/tickets.png index 23bdf2101..70be094b3 100644 Binary files a/static/tickets.png and b/static/tickets.png differ