Skip to content

Commit

Permalink
chore: update zod message
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 30, 2024
1 parent 9e7a8f7 commit dde0aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(marketing)/create-profile/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const profileSchema = z.object({
}),
bio: z
.string()
.max(1000, { message: "Bio cannot exceed 500 characters" })
.max(1000, { message: "Bio cannot exceed 1000 characters" })
.optional(),
profileImageUrl: z
.string()
Expand Down

0 comments on commit dde0aa3

Please sign in to comment.