change faq => about

This commit is contained in:
mantikoros 2021-12-19 17:39:15 -06:00
parent f0acc11b83
commit 6270ec2c59

View File

@ -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',
@ -65,7 +65,7 @@ function SignedInHeaders(props: { user: User; themeClasses?: string }) {
themeClasses
)}
>
FAQ
About
</a>
</Link>