Skip to content

Commit 9d87dd2

Browse files
committed
fix(social): force width of info block on movie og-image
1 parent fd7cf2a commit 9d87dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(items)/movie/[id]/opengraph-image.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export default async function Image({ params }: { params: { id: string } }) {
4848
)}
4949
</div>
5050
<div
51-
style={{ height: '600px', maxWidth: '740px' }}
51+
style={{ height: '600px', maxWidth: '740px', width: '740px' }}
5252
tw="flex flex-col h-full justify-between"
5353
>
5454
<div tw="flex flex-col items-start justify-start">

0 commit comments

Comments
 (0)