fixed router redirect for homepage join button
This commit is contained in:
@@ -8,7 +8,7 @@ const router = useRouter()
|
||||
const user = useUserStore();
|
||||
|
||||
function goToApplication() {
|
||||
router.push('/apply') // change to your form route
|
||||
router.push('/join') // change to your form route
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user