We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369e971 commit dfd8edeCopy full SHA for dfd8ede
app/routes/_index.tsx
@@ -174,7 +174,7 @@ const features = [
174
},
175
{
176
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>.`,
+ description: `Form validation examples using <a class="underline" href="https://zod.dev/">Zod</a> and <a class="underline" href="https://conform.guide/">Conform</a>.`,
178
icon: <FormInputIcon className="w-4" />,
179
180
0 commit comments