change faq => about

This commit is contained in:
mantikoros 2021-12-19 17:39:15 -06:00 committed by jahooma
parent e69c67ccb5
commit f8427c88bd

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