We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c69e15 commit fe04a83Copy full SHA for fe04a83
src/components/Footer.module.css
@@ -34,7 +34,7 @@
34
.links > li > a {
35
text-decoration: none;
36
color: var(--color-text);
37
- padding: 10px 12px;
+ padding: 10px 8px;
38
min-width: 48px;
39
min-height: 48px;
40
}
src/components/Footer.tsx
@@ -39,6 +39,12 @@ export default function Footer() {
<li>
<Link href="/media">Media</Link>
41
</li>
42
+ <li>
43
+ <Link href="https://react-hook-form-website-git-v6-v5-hook-form.vercel.app/v6/api">V6</Link>
44
+ </li>
45
46
+ <Link href="https://react-hook-form-website-git-v6-v5-hook-form.vercel.app/v5/api">V5</Link>
47
48
</ul>
49
<p>
50
A project by{" "}
0 commit comments