From bc51a14b5cd118dc24629775a4f9b7364f9c1291 Mon Sep 17 00:00:00 2001 From: Photogrammer <81505228+JuneParkCode@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:06:25 +0900 Subject: [PATCH] [Fix] reservation mail (#132) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * :bug: [Fix]: 이메일 예약 보러가기 링크 변경 * [update]: slack profile link 메일에 추가함 --- src/modules/notification/templates/baseMail.template.ts | 4 ++-- .../notification/templates/reservation/accept.template.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/modules/notification/templates/baseMail.template.ts b/src/modules/notification/templates/baseMail.template.ts index 34c1708..85f63ff 100644 --- a/src/modules/notification/templates/baseMail.template.ts +++ b/src/modules/notification/templates/baseMail.template.ts @@ -617,7 +617,7 @@ export const baseMailTemplate = ( 'Segoe UI Emoji' !important; padding: 0; "> - + data-saferedirecturl="https://42manito.com/Reservation/${reservationId}"> 예약 보러가기 diff --git a/src/modules/notification/templates/reservation/accept.template.ts b/src/modules/notification/templates/reservation/accept.template.ts index 6986495..b6f8cad 100644 --- a/src/modules/notification/templates/reservation/accept.template.ts +++ b/src/modules/notification/templates/reservation/accept.template.ts @@ -21,6 +21,7 @@ export const getAcceptTemplate = (

${mentor.nickname} 님이 ${mentee.nickname} 님의 멘토링 요청을 수락하셨습니다.
${mentor.nickname} 님과 멘토링을 시작해보세요!

멘토 intra 프로필 조회하기

+

멘토에게 슬랙 DM 하기

`, reservation.id, );