Skip to content

Commit

Permalink
feat: 잘못된 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Nov 19, 2024
1 parent 0366b04 commit 2f97929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class WorkspaceInvited private constructor(
): String =
"${user.name}님이 ${workspace.name}에 초대되었습니다.\n " +
"가입하시려면 링크를 클릭하세요. " +
"https://a-maker.co.kr/invite/${workspace.id}"
"https://www.a-maker.co.kr/invite/${workspace.id}"

fun of(
workspace: Workspace,
Expand Down

0 comments on commit 2f97929

Please sign in to comment.