Skip to content

Commit 240c53f

Browse files
committed
fix(og): add empty alt to decorative island img for lint
1 parent 7176aa1 commit 240c53f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/server/og/template.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export function buildOgTree(props: TemplateProps): ReactElement {
4747
{/* Island */}
4848
<img
4949
src={props.islandDataUrl}
50+
alt=""
5051
width={ISLAND_SIZE}
5152
height={ISLAND_SIZE}
5253
style={{

0 commit comments

Comments
 (0)