diff --git a/web/components/create-fold-button.tsx b/web/components/create-fold-button.tsx index de4ff2d4..02a7e448 100644 --- a/web/components/create-fold-button.tsx +++ b/web/components/create-fold-button.tsx @@ -64,8 +64,9 @@ export function CreateFoldButton() { <Col className="text-gray-500 gap-1"> - <div>A fold is a Manifold community with selected markets.</div> - <div>Markets are included if they match one or more tags.</div> + <div> + Markets are included in a fold if they match one or more tags. + </div> </Col> <Spacer h={4} /> diff --git a/web/components/nav-bar.tsx b/web/components/nav-bar.tsx index b63c55e4..38c4af83 100644 --- a/web/components/nav-bar.tsx +++ b/web/components/nav-bar.tsx @@ -57,17 +57,6 @@ function NavOptions(props: { user: User | null; themeClasses: string }) { </Link> )} - {/* <Link href="/folds"> - <a - className={clsx( - 'text-base hidden md:block whitespace-nowrap', - themeClasses - )} - > - Folds - </a> - </Link> */} - <Link href="/markets"> <a className={clsx( @@ -75,7 +64,18 @@ function NavOptions(props: { user: User | null; themeClasses: string }) { themeClasses )} > - All markets + Markets + </a> + </Link> + + <Link href="/folds"> + <a + className={clsx( + 'text-base hidden md:block whitespace-nowrap', + themeClasses + )} + > + Folds </a> </Link> @@ -89,20 +89,7 @@ function NavOptions(props: { user: User | null; themeClasses: string }) { </button> </> ) : ( - <> - <Link href="/leaderboards"> - <a - className={clsx( - 'text-base hidden md:block whitespace-nowrap', - themeClasses - )} - > - Leaderboards - </a> - </Link> - - <ProfileMenu user={user} /> - </> + <ProfileMenu user={user} /> )} </> ) diff --git a/web/pages/folds.tsx b/web/pages/folds.tsx index f97880a0..110706cc 100644 --- a/web/pages/folds.tsx +++ b/web/pages/folds.tsx @@ -65,12 +65,13 @@ export default function Folds(props: { <Col className="items-center"> <Col className="max-w-lg w-full px-2 sm:px-0"> <Row className="justify-between items-center"> - <Title text="Folds" /> + <Title text="Explore folds" /> {user && <CreateFoldButton />} </Row> <div className="text-gray-500 mb-6"> - Browse Manifold communities, called folds. + Folds are communities on Manifold centered around a collection of + markets. </div> <Col className="gap-2">