fix
This commit is contained in:
parent
9b16afccc2
commit
c395f20240
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ export default function TitlePage() {
|
|||
{/* Poster + status buttons */}
|
||||
<div className="flex flex-col items-center">
|
||||
<img
|
||||
src={"media/" + title.poster?.image_path || "/default-poster.png"}
|
||||
src={"/media/" + title.poster?.image_path || "/default-poster.png"}
|
||||
alt={title.title_names?.en?.[0] || "Title poster"}
|
||||
className="w-48 h-72 object-cover rounded-lg mb-4"
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue