homepage/welcome #113

Merged
Ajdj100 merged 12 commits from homepage/welcome into main 2025-12-16 23:59:18 -06:00
Showing only changes of commit e9cce2571a - Show all commits

View File

@@ -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>