fix
All checks were successful
Build and Deploy Go App / build (push) Successful in 8m44s
Build and Deploy Go App / deploy (push) Successful in 2m14s

This commit is contained in:
Iron_Felix 2025-12-20 04:10:53 +03:00
parent 9b16afccc2
commit c395f20240

View file

@ -46,7 +46,7 @@ export default function TitlePage() {
{/* Poster + status buttons */} {/* Poster + status buttons */}
<div className="flex flex-col items-center"> <div className="flex flex-col items-center">
<img <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"} alt={title.title_names?.en?.[0] || "Title poster"}
className="w-48 h-72 object-cover rounded-lg mb-4" className="w-48 h-72 object-cover rounded-lg mb-4"
/> />