Skip to content

Commit

Permalink
Fix: Change link from /faq to /about in navbar (covid19india#1824)
Browse files Browse the repository at this point in the history
* fail link to faq, updated to about

* Fix: Change faq page link

Co-authored-by: Ayush Shukla <shuklaayush247@gmail.com>
  • Loading branch information
2 people authored and dheerajbn committed Dec 17, 2020
1 parent e9ed7a0 commit ab2d3ae
Showing 1 changed file with 2 additions and 2 deletions.
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')} />
</Link>
</span>
</React.Fragment>
Expand Down

0 comments on commit ab2d3ae

Please sign in to comment.