Skip to content

Commit

Permalink
Fix: missing equal sign (#53650)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenlu89 committed Aug 7, 2023
1 parent 1e02a92 commit 0363cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/02-app/02-api-reference/01-components/image.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ export default function Page({ photoUrl }) {
height: 'auto',
}}
width={500}
height{300}
height={300}
/>
)
}
Expand Down

0 comments on commit 0363cef

Please sign in to comment.