diff --git a/web/components/header.tsx b/web/components/header.tsx index b723ebb7..113aae15 100644 --- a/web/components/header.tsx +++ b/web/components/header.tsx @@ -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