Skip to content

Commit fe04a83

Browse files
committed
update with footer link for v5/v6
1 parent 5c69e15 commit fe04a83

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/components/Footer.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
.links > li > a {
3535
text-decoration: none;
3636
color: var(--color-text);
37-
padding: 10px 12px;
37+
padding: 10px 8px;
3838
min-width: 48px;
3939
min-height: 48px;
4040
}

src/components/Footer.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ export default function Footer() {
3939
<li>
4040
<Link href="/media">Media</Link>
4141
</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+
<li>
46+
<Link href="https://react-hook-form-website-git-v6-v5-hook-form.vercel.app/v5/api">V5</Link>
47+
</li>
4248
</ul>
4349
<p>
4450
A project by{" "}

0 commit comments

Comments
 (0)