diff --git a/web/components/manifold-love-logo.tsx b/web/components/manifold-love-logo.tsx
index 2ff93cc7..985f6bf8 100644
--- a/web/components/manifold-love-logo.tsx
+++ b/web/components/manifold-love-logo.tsx
@@ -3,6 +3,7 @@ import LoveLogo from '../public/manifold_love_logo.svg'
import clsx from 'clsx'
import { ENV } from 'common/envs/constants'
import { Row } from 'web/components/layout/row'
+import FavIcon from "web/public/FavIcon";
export default function ManifoldLoveLogo(props: {
noLink?: boolean
@@ -11,16 +12,9 @@ export default function ManifoldLoveLogo(props: {
const { noLink, className } = props
const inner = (
<>
-