Skip to content

Commit

Permalink
fix(web): fix invite link http (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
newfish-cmyk authored Aug 10, 2023
1 parent 6904d6e commit 20a89be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default function CollaborateButton() {
</>
) : (
<CopyText
text={window.location.host + "/collaboration/join?code=" + member.code}
text={window.location.origin + "/collaboration/join?code=" + member.code}
className="mr-4 cursor-pointer text-[#219BF4]"
>
<span>
Expand Down

0 comments on commit 20a89be

Please sign in to comment.