Skip to content

Commit

Permalink
Update features.ts (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohab-sameh authored Dec 30, 2024
1 parent 58e2e39 commit 9dc306a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/sanity/schemas/sections/features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const features = defineSection({
title: "Features",
description:
"The third feature will be displayed as a large card. The rest will be small cards.",
validation: (Rule) => Rule.min(5).max(5),
validation: (Rule) => Rule.min(2).max(5),
options: {
sortable: false,
},
Expand Down

0 comments on commit 9dc306a

Please sign in to comment.