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))}
- + ) }