1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-22 14:44:21 +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"}
height={"100vh"}
layout="raw"
alt=""
{...props}
className={classNames(
style.postcard,