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:
parent
33913d9abb
commit
218a9f69ae
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue