Skip to content

Commit 94e91d9

Browse files
authored
Update +page.svelte
1 parent 6720d7f commit 94e91d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/join/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
import { browser } from '$app/environment'
33
44
if (browser) {
5-
window.location.href = 'https://docs.google.com/forms/d/e/1FAIpQLSfnqFFs9S28zCQWBjYOmcVEUEcVhjNegXHpnufk4es6Dvq23Q/viewform'
5+
window.location.href = 'https://forms.gle/c6Jpiv5gmhhLiWuY6'
66
}
77
</script>

0 commit comments

Comments
 (0)