Skip to content

Commit

Permalink
chore: lower sponsor description minimum
Browse files Browse the repository at this point in the history
  • Loading branch information
veryCrunchy committed Apr 23, 2024
1 parent 8ef7d40 commit 9239386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/sponsor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ export default z.object({
.describe("; left | center | right"),
image: z.string().min(5).describe("banner"),
code: z.string().describe("to show in the code label"),
description: z.string().min(100).describe("shown underneath the image"),
description: z.string().min(50).describe("shown underneath the image"),
url: z.string().min(5).describe("that the button leads to"),
});

0 comments on commit 9239386

Please sign in to comment.