fix: missing alt text property errors in console

This commit is contained in:
Kentai Radiquum 2025-03-20 23:22:29 +05:00
parent b10a4fabb0
commit f609de25f9
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
5 changed files with 5 additions and 5 deletions

View file

@ -15,7 +15,7 @@ export const CollectionLink = (props: any) => {
<Image
src={props.image}
fill={true}
alt={props.title}
alt={props.title || ""}
className="-z-[1] object-cover"
sizes="
(max-width: 768px) 300px,