Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/resources/templates/invitation.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ <h1 style="font-size: 28px; font-weight: 600; margin: 60px 0 40px 0">
티키에서 더 편리해진 동아리 관리를 경험해보세요.
</p>
<div style="margin: 40px 0 60px 0">
<a th:href="'https://ti-kii.com/invite?teamId=' + ${teamId} + '&invitationId=' + ${invitationId}" target="_blank" class="invite_button"> 초대 수락하기 </a>
<a th:href="'https://tiki-client.vercel.app/invite?teamId=' + ${teamId} + '&invitationId=' + ${invitationId}" target="_blank" class="invite_button"> 초대 수락하기 </a>
</div>
<div
style="
Expand Down