Skip to content

Commit

Permalink
explain new form validation on index page
Browse files Browse the repository at this point in the history
  • Loading branch information
boazsender committed Oct 22, 2024
1 parent 369e971 commit dfd8ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/_index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ const features = [
},
{
name: "Advanced form validation",
description: `Form validation examples with <a href="https://zod.dev/">Zod</a> and <a href="https://conform.guide/">Conform</a>.`,
description: `Form validation examples using <a class="underline" href="https://zod.dev/">Zod</a> and <a class="underline" href="https://conform.guide/">Conform</a>.`,
icon: <FormInputIcon className="w-4" />,
},
{
Expand Down

0 comments on commit dfd8ede

Please sign in to comment.