diff --git a/src/app/business/apply/page.tsx b/src/app/business/apply/page.tsx index d5c342e..14da3ca 100644 --- a/src/app/business/apply/page.tsx +++ b/src/app/business/apply/page.tsx @@ -9,7 +9,7 @@ import Swal from "sweetalert2"; import { getCurrentUserID } from "@/app/api/userApi"; type businessSchema = z.infer; -const BUCKET_NAME = "project-pitches"; +const BUCKET_NAME = "business-pitches"; let supabase = createSupabaseClient(); async function uploadFile(file: File, userID: string, bucketName: string) {