Skip to content

Commit

Permalink
[Fix] reservation mail (#132)
Browse files Browse the repository at this point in the history
* 🐛 [Fix]: 이메일 예약 보러가기 링크 변경

* [update]: slack profile link 메일에 추가함
  • Loading branch information
JuneParkCode authored Oct 6, 2023
1 parent 156b0da commit bc51a14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/notification/templates/baseMail.template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ export const baseMailTemplate = (
'Segoe UI Emoji' !important;
padding: 0;
">
<a href="https://42manito.com/reservation/${reservationId}"
<a href="https://42manito.com/Reservation/${reservationId}"
rel="noopener noreferrer" style="
background-color: #1f883d !important;
box-sizing: border-box;
Expand All @@ -644,7 +644,7 @@ export const baseMailTemplate = (
solid
#1f883d;
" target="_blank"
data-saferedirecturl="https://42manito.com/reservations/${reservationId}">
data-saferedirecturl="https://42manito.com/Reservation/${reservationId}">
예약 보러가기</a>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export const getAcceptTemplate = (
<p>${mentor.nickname} 님이 ${mentee.nickname} 님의 멘토링 요청을 수락하셨습니다.<br>
${mentor.nickname} 님과 멘토링을 시작해보세요!</p>
<p><a href="https://profile.intra.42.fr/users/${mentor.nickname}">멘토 intra 프로필 조회하기</a></p>
<p><a href="${mentor.mentorProfile.socialLink}">멘토에게 슬랙 DM 하기</a></p>
`,
reservation.id,
);
Expand Down

0 comments on commit bc51a14

Please sign in to comment.