change faq => about
This commit is contained in:
parent
f0acc11b83
commit
6270ec2c59
|
@ -20,7 +20,7 @@ function getNavigationOptions(user: User, options: { mobile: boolean }) {
|
||||||
},
|
},
|
||||||
...(mobile
|
...(mobile
|
||||||
? [
|
? [
|
||||||
{ name: 'FAQ', href: '/about' },
|
{ name: 'About', href: '/about' },
|
||||||
{
|
{
|
||||||
name: 'Create a market',
|
name: 'Create a market',
|
||||||
href: '/create',
|
href: '/create',
|
||||||
|
@ -65,7 +65,7 @@ function SignedInHeaders(props: { user: User; themeClasses?: string }) {
|
||||||
themeClasses
|
themeClasses
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
FAQ
|
About
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user