Skip to content

Commit

Permalink
Fix team invite link
Browse files Browse the repository at this point in the history
  • Loading branch information
ky28059 committed Aug 25, 2024
1 parent 2d30915 commit fb76b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/profile/TeamInvite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BsChevronUp } from 'react-icons/bs';


export default function TeamInvite(props: { token: string }) {
const url = `https://b01lersc.tf/login?token=${encodeURIComponent(props.token)}`;
const url = `https://internal.b01lersc.tf/login?token=${encodeURIComponent(props.token)}`;

function copy() {
void navigator.clipboard.writeText(url);
Expand Down

0 comments on commit fb76b20

Please sign in to comment.