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 1 commit
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/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function Navbar({pages, darkMode, setDarkMode}) {
</span>
<span>
<Link to="/faq">
<Icon.HelpCircle {...activeNavIcon('/faq')} />
<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