From dfd8edef9d480ae0fda9c9846142183817b80747 Mon Sep 17 00:00:00 2001 From: Boaz Sender Date: Tue, 22 Oct 2024 12:41:20 -0700 Subject: [PATCH] explain new form validation on index page --- app/routes/_index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 826c51f..92c2190 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -174,7 +174,7 @@ const features = [ }, { name: "Advanced form validation", - description: `Form validation examples with Zod and Conform.`, + description: `Form validation examples using Zod and Conform.`, icon: , }, {