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