Skip to content

Commit fb76b20

Browse files
committed
Fix team invite link
1 parent 2d30915 commit fb76b20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/profile/TeamInvite.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { BsChevronUp } from 'react-icons/bs';
55

66

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

1010
function copy() {
1111
void navigator.clipboard.writeText(url);

0 commit comments

Comments
 (0)