import Link from 'next/link' import Image from 'next/image' import clsx from 'clsx' export function ManifoldLogo(props: { darkBackground?: boolean }) { const { darkBackground } = props return ( Manifold Markets Manifold Markets ) }