You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/home.tsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,9 @@ export default {
4
4
title: "React Form Hook - performant, flexible and extensible form library",
5
5
description: "Just like React Form Hook, just with a name that makes sense",
6
6
7
-
slogan:
8
-
"Performant, flexible and extensible forms with easy-to-use validation. Everything you know from React Form Hook, but with a name makes sense.",
7
+
slogan: (
8
+
<pclassName={typographyStyles.homeParagraph}>Performant, flexible and extensible forms with easy-to-use validation. Everything you know from <ahref="https://react-hook-form.com">React Hook Form</a>, but with a name makes sense.</p>
0 commit comments