diff --git a/src/pages/videos.tsx b/src/pages/videos.tsx index 42a5ec4..093e27c 100644 --- a/src/pages/videos.tsx +++ b/src/pages/videos.tsx @@ -16,6 +16,7 @@ import recordVideoModalOpen from "~/atoms/recordVideoModalOpen"; import Paywall from "~/components/Paywall"; import paywallAtom from "~/atoms/paywallAtom"; import { usePostHog } from "posthog-js/react"; +import Image from "next/image"; const VideoList: NextPage = () => { const [, setRecordOpen] = useAtom(recordVideoModalOpen); @@ -182,11 +183,13 @@ const VideoCard = ({ title, id, createdAt, thumbnailUrl }: VideoCardProps) => {
- video thumbnail