add custom image model, fetch alt text
This commit is contained in:
@ -51,7 +51,7 @@ export default async function Page({ params }: { params: { slug: string } }) {
|
||||
{association.logo && (
|
||||
<Image
|
||||
src={association.logo.url}
|
||||
alt=""
|
||||
alt={`Logoen til ${association.title}`}
|
||||
width={association.logo.width}
|
||||
height={association.logo.height}
|
||||
sizes="100vw"
|
||||
|
Reference in New Issue
Block a user