Skip to content

Commit e48bf06

Browse files
committed
Add image width to silence build warnings
1 parent 62cd79a commit e48bf06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/conf/2025/components/og-images/generic-opengraph-image.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ export function GenericOpengraphImage({
7272
src={`${basePath}${graphqlLogoStripes.src}`}
7373
style={{ position: "absolute", right: 0, bottom: -5 }}
7474
height={height - OG_IMAGE_HEADER_HEIGHT}
75+
width={673}
7576
/>
7677
</div>
7778
</article>

0 commit comments

Comments
 (0)