From 2f2a0030d1ccc3980bb8dc675031af3f987a0598 Mon Sep 17 00:00:00 2001 From: jahooma Date: Tue, 11 Jan 2022 00:10:05 -0600 Subject: [PATCH] Mobile navbar: hide your name, write out Manifold Markets --- web/components/manifold-logo.tsx | 14 ++++++++++++-- web/components/profile-menu.tsx | 10 +++++----- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/web/components/manifold-logo.tsx b/web/components/manifold-logo.tsx index 62b90842..545093e5 100644 --- a/web/components/manifold-logo.tsx +++ b/web/components/manifold-logo.tsx @@ -10,9 +10,19 @@ export function ManifoldLogo(props: { darkBackground?: boolean }) { +
+ Manifold +
+ Markets +
-
+ +
- {user.name} +
{user.name}
{formatMoney(Math.floor(user.balance))}
- + ) }