1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-23 07:04:22 +00:00

Add empty alt text to PostcardRenderer

This commit is contained in:
Steffo 2022-07-16 16:07:16 +02:00
parent 33913d9abb
commit 218a9f69ae
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -14,6 +14,7 @@ export function PostcardRenderer(props: Partial<ImageProps>) {
width={"100vw"} width={"100vw"}
height={"100vh"} height={"100vh"}
layout="raw" layout="raw"
alt=""
{...props} {...props}
className={classNames( className={classNames(
style.postcard, style.postcard,