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

Fixing "Documentation" link in the header #24

Merged
merged 1 commit into from
Feb 19, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function Header() {
</Link>
</div>
<div className="text-base leading-5">
<a href="https://tailwindcss.com" className="font-medium text-gray-500 hover:text-gray-700">
<a href="https://tailwindcss.com/docs" className="font-medium text-gray-500 hover:text-gray-700">
Documentation &rarr;
</a>
</div>
Expand Down