Skip to content

Commit 2c7a839

Browse files
authored
add stub alt text
1 parent 42b751b commit 2c7a839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ const Home: NextPage = () => {
123123
<div key={idx}>
124124
<h2>{d.label}</h2>
125125
<div className="imgcontainer">
126-
<ProxyImage {...d} />
126+
<ProxyImage alt="stub" {...d} />
127127
</div>
128128
</div>
129129
))}

0 commit comments

Comments
 (0)