Skip to content

Commit

Permalink
fix: 방 초대 버튼 클릭 이벤트 핸들러 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
arkk200 committed Jan 21, 2024
1 parent 5f91d9c commit 1249752
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const isHost = computed(
const copyInviteLink = async () => {
await navigator.clipboard.writeText(
`${window.location.origin}/join/${store.state.roomData.roomID}`
`${window.location.origin}/PIXEL/#/join/${store.state.roomData.roomID}`
);
toast.success("복사 완료!");
};
Expand Down

0 comments on commit 1249752

Please sign in to comment.