diff --git a/web/components/manifold-logo.tsx b/web/components/manifold-logo.tsx index a36ae712..db37c918 100644 --- a/web/components/manifold-logo.tsx +++ b/web/components/manifold-logo.tsx @@ -2,12 +2,15 @@ import Link from 'next/link' import Image from 'next/image' import clsx from 'clsx' -export function ManifoldLogo(props: { darkBackground?: boolean }) { - const { darkBackground } = props +export function ManifoldLogo(props: { + className?: string + darkBackground?: boolean +}) { + const { darkBackground, className } = props return ( - + - + {(user || user === null) && (