Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1c4fa20

Browse files
committed
did the only reasonable thing
1 parent 4b1b80f commit 1c4fa20

35 files changed

+181
-204
lines changed

β€ŽCONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to `React Hook Form` (The Docs)
1+
# Contributing to `React Form Hook` (The Docs)
22

33
As the creators and maintainers of this project, we want to ensure that `react-hook-form` lives and continues to grow and evolve. We would like to encourage everyone to help and support this library by contributing.
44

@@ -52,7 +52,7 @@ pnpm run start
5252
## Coding style
5353

5454
Please follow the coding style of the project.
55-
React Hook Form uses prettier.
55+
React Form Hook uses prettier.
5656
If possible, enable the prettier plugin in your editor to get real-time feedback. The formatting can be run manually with the following command:
5757

5858
```shellscript

β€ŽREADME.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div align="center">
22
<p align="center">
3-
<a href="https://react-hook-form.com" title="React Hook Form - Simple React forms validation">
4-
<img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" alt="React Hook Form Logo - React hook custom hook for form validation" />
3+
<a href="https://react-hook-form.com" title="React Form Hook - Simple React forms validation">
4+
<img src="https://raw.githubusercontent.com/bluebill1049/react-hook-form/master/docs/logo.png" alt="React Form Hook Logo - React hook custom hook for form validation" />
55
</a>
66
</p>
77
</div>

β€Žpublic/images/logo/react-hook-form-logo-grey.svg

Lines changed: 1 addition & 1 deletion

β€Žpublic/images/logo/react-hook-form-logo.svg

Lines changed: 1 addition & 1 deletion

β€Žsrc/components/ApiGallery.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export default function ApiGallery() {
5858
API
5959
</h1>
6060
<p className={typographyStyles.subHeading}>
61-
React Hook Form's API overview
61+
React Form Hook's API overview
6262
</p>
6363

6464
<main className={styles.root}>

β€Žsrc/components/CodeCompareSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function CodeCompareSection({
5050
opacity: 1,
5151
transform: "translateY(0)",
5252
}}
53-
title="React Hook Form codesandbox demo"
53+
title="React Form Hook codesandbox demo"
5454
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
5555
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
5656
/>
@@ -66,7 +66,7 @@ function CodeCompareSection({
6666
...style,
6767
}}
6868
>
69-
<h2 className={typographyStyles.title}>React Hook Form</h2>
69+
<h2 className={typographyStyles.title}>React Form Hook</h2>
7070
<CodeArea rawData={reactHookFormCode} withOutCopy />
7171
</div>
7272
)}

β€Žsrc/components/CodePerfCompareSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function CodePerfCompareSection({ isPlayRender }: { isPlayRender: boolean }) {
2121
marginTop: 40,
2222
}}
2323
>
24-
React Hook Form
24+
React Form Hook
2525
</h2>
2626
<div className={styles.imgSection}>
2727
<ul>
@@ -36,7 +36,7 @@ function CodePerfCompareSection({ isPlayRender }: { isPlayRender: boolean }) {
3636
src="/images/hookform.min.png"
3737
placeholder={false}
3838
height={163}
39-
alt="React Hook Form performance"
39+
alt="React Form Hook performance"
4040
/>
4141
</div>
4242

β€Žsrc/components/DevTools.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function DevTools() {
6363
<img
6464
src="/images/dev-tool.png"
6565
className={styles.devToolImg}
66-
alt="React Hook Form DevTools"
66+
alt="React Form Hook DevTools"
6767
/>
6868
</div>
6969
)}
@@ -117,7 +117,7 @@ export default function DevTools() {
117117
<a
118118
className={buttonStyles.primaryButton}
119119
href="https://github.com/react-hook-form/react-hook-form-devtools"
120-
title="React Hook Form DevTools Github repo"
120+
title="React Form Hook DevTools Github repo"
121121
target="_blank"
122122
rel="noopener noreferrer"
123123
>

β€Žsrc/components/Footer.tsx

Lines changed: 2 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function Footer() {
4141
</li>
4242
</ul>
4343
<p>
44-
A project by{" "}
44+
React Form Hook is an awesome {" "}
4545
<a
4646
href="https://www.beekai.com/"
4747
target="_blank"
@@ -50,7 +50,7 @@ export default function Footer() {
5050
>
5151
<b>BEEKAI</b>
5252
</a>{" "}
53-
| Please support us by leaving a β˜…{" "}
53+
| Please support them by leaving a β˜…{" "}
5454
<a
5555
href="https://github.com/react-hook-form/react-hook-form"
5656
target="_blank"
@@ -59,29 +59,6 @@ export default function Footer() {
5959
@github
6060
</a>
6161
</p>
62-
<div>
63-
<p className={styles.heading}>SUPPORTED AND BACKED BY</p>
64-
<div className={styles.logoGroup}>
65-
<p
66-
style={{
67-
display: "inline-block",
68-
background: "white",
69-
color: "black",
70-
padding: "6px 20px",
71-
borderRadius: 4,
72-
}}
73-
>
74-
<a
75-
href="https://vercel.com/"
76-
target="_blank"
77-
rel="noreferrer"
78-
className={styles.link}
79-
>
80-
Powered by ▲さんかく <b>Vercel</b>
81-
</a>
82-
</p>
83-
</div>
84-
</div>
8562
</footer>
8663
)
8764
}

β€Žsrc/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export default function Header({
7373
<svg className={styles.desktopLogo} viewBox="0 0 100 100">
7474
{LogoSvg}
7575
</svg>{" "}
76-
React Hook Form
76+
React Form Hook
7777
</h1>
7878
)}
7979
/>

0 commit comments

Comments
(0)

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /