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

Commit 6fa886c

Browse files
author
Gabriel Cardona
committed
Add FAQ page for Badger to redirect to.
1 parent 6b0c542 commit 6fa886c

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "developer.bitcoin.com",
33
"description": "Bitcoin.com developer resources and documentation",
4-
"version": "3.3.2",
4+
"version": "3.4.0",
55
"author": "Peter <peter@bitcoin.com> and Gabriel Cardona <gabriel@bitcoin.com>",
66
"dependencies": {
77
"badger-components-react": "^0.1.3",

src/components/NavBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ class NavBar extends React.PureComponent<Props> {
6969
false
7070
)
7171
const aboutActive = pathname.includes('/about')
72+
const faqActive = pathname.includes('/faq')
7273
return (
7374
<Main>
7475
<Container>

0 commit comments

Comments
 (0)