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:
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"}
|
||||
height={"100vh"}
|
||||
layout="raw"
|
||||
alt=""
|
||||
{...props}
|
||||
className={classNames(
|
||||
style.postcard,
|
||||
|
|
Loading…
Reference in a new issue