diff --git a/web/components/manifold-logo.tsx b/web/components/manifold-logo.tsx
index 545093e5..6d600ab2 100644
--- a/web/components/manifold-logo.tsx
+++ b/web/components/manifold-logo.tsx
@@ -1,4 +1,5 @@
import Link from 'next/link'
+import Image from 'next/image'
import clsx from 'clsx'
export function ManifoldLogo(props: { darkBackground?: boolean }) {
@@ -7,7 +8,7 @@ export function ManifoldLogo(props: { darkBackground?: boolean }) {
return (
-