Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 1c9c627

Browse files
authored
Fixing "Documentation" link in the header
Updating the "Documentation" link to point to the Docs page instead of homepage
1 parent 825443f commit 1c9c627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export default function Header() {
4747
</Link>
4848
</div>
4949
<div className="text-base leading-5">
50-
<a href="https://tailwindcss.com" className="font-medium text-gray-500 hover:text-gray-700">
50+
<a href="https://tailwindcss.com/docs" className="font-medium text-gray-500 hover:text-gray-700">
5151
Documentation &rarr;
5252
</a>
5353
</div>

0 commit comments

Comments
 (0)