Skip to content

Commit dfd8ede

Browse files
committed
explain new form validation on index page
1 parent 369e971 commit dfd8ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/_index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ const features = [
174174
},
175175
{
176176
name: "Advanced form validation",
177-
description: `Form validation examples with <a href="https://zod.dev/">Zod</a> and <a href="https://conform.guide/">Conform</a>.`,
177+
description: `Form validation examples using <a class="underline" href="https://zod.dev/">Zod</a> and <a class="underline" href="https://conform.guide/">Conform</a>.`,
178178
icon: <FormInputIcon className="w-4" />,
179179
},
180180
{

0 commit comments

Comments
 (0)