Reinstate Manifold Markets logo

This commit is contained in:
James Grugett 2022-04-04 00:09:01 -05:00
parent 3760cd576b
commit 076f2979b4
3 changed files with 3 additions and 11 deletions

View File

@ -30,7 +30,7 @@ export function ManifoldLogo(props: {
<>
<div
className={clsx(
'font-major-mono mt-1 text-lg lowercase sm:hidden',
'font-major-mono mt-1 text-lg lowercase text-gray-900',
darkBackground && 'text-white'
)}
>
@ -38,14 +38,6 @@ export function ManifoldLogo(props: {
<br />
Markets
</div>
<div
className={clsx(
'font-major-mono mt-1 hidden lowercase sm:flex sm:text-2xl md:whitespace-nowrap',
darkBackground && 'text-white'
)}
>
Manifold Markets
</div>
</>
))}
</a>

View File

@ -30,7 +30,7 @@ export function getNavigationOptions(user?: User | null) {
export function ProfileSummary(props: { user: User | undefined }) {
const { user } = props
return (
<Row className="group avatar items-center gap-4 rounded-md py-3 text-gray-600 group-hover:bg-gray-100 group-hover:text-gray-900">
<Row className="group avatar items-center gap-4 rounded-md py-3 text-gray-500 group-hover:bg-gray-100 group-hover:text-gray-700">
<Avatar avatarUrl={user?.avatarUrl} username={user?.username} noLink />
<div className="truncate text-left">

View File

@ -105,7 +105,7 @@ export default function Sidebar() {
return (
<nav aria-label="Sidebar" className="sticky top-4 divide-gray-300 pl-2">
<div className="space-y-1 pb-6">
<ManifoldLogo hideText />
<ManifoldLogo />
</div>
<div className="mb-2" style={{ minHeight: 80 }}>