Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

fail link to faq, updated to about #1824

Merged
merged 2 commits into from
May 10, 2020
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
4 changes: 2 additions & 2 deletions src/components/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ function Navbar({pages, darkMode, setDarkMode}) {
</Link>
</span>
<span>
<Link to="/faq">
<Icon.HelpCircle {...activeNavIcon('/faq')} />
<Link to="/about">
<Icon.HelpCircle {...activeNavIcon('/about')} />
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FAQ link broken changed to about page

</Link>
</span>
</React.Fragment>
Expand Down