Skip to content

Commit

Permalink
💄 update media page
Browse files Browse the repository at this point in the history
  • Loading branch information
ourfor committed Jan 4, 2025
1 parent a7770da commit 2999f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/series/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Page() {
</div>
<div className={style["content"]}>
<div className={style["media-card"]}>
<img className={style["cover"]} src={data.image.backdrop} />
<img className={style["cover"]} src={data.image.primary} />
<div>
<h3 className={style.title}>{data.title}</h3>
{/* {data.Genres.map((genre, i) =>
Expand Down

0 comments on commit 2999f2d

Please sign in to comment.