diff --git a/next-env.d.ts b/next-env.d.ts index 4f11a03..a4a7b3f 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -2,4 +2,4 @@ /// // NOTE: This file should not be edited -// see https://nextjs.org/docs/basic-features/typescript for more information. +// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information. diff --git a/src/components/Card.tsx b/src/components/Card.tsx index bde4d1b..ccdb3f7 100644 --- a/src/components/Card.tsx +++ b/src/components/Card.tsx @@ -41,6 +41,7 @@ const Card = ({ src={getTwicpicsUrl('tmdb', poster_path)} ratio={MOVIE_POSTER_ASPECT_RATIO} className="w-full h-full object-cover" + alt={title} />