Skip to content

Commit

Permalink
Update fill.tsx
Browse files Browse the repository at this point in the history
Link to source file was broken since rename vercel#41434
  • Loading branch information
IngoVals committed Oct 29, 2022
1 parent 6e734d9 commit 4d3058d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/image-component/pages/fill.tsx
Expand Up @@ -4,7 +4,7 @@ import mountains from '../public/mountains.jpg'

const Fill = () => (
<div>
<ViewSource pathname="pages/layout-fill.tsx" />
<ViewSource pathname="pages/fill.tsx" />
<h1>Image Component With Layout Fill</h1>
<div style={{ position: 'relative', width: '300px', height: '500px' }}>
<Image
Expand Down

0 comments on commit 4d3058d

Please sign in to comment.