Skip to content

Commit 37d5aba

Browse files
authoredNov 18, 2022
fix: Wrong link to source in "responsive" image example (#43081)
1 parent e701c71 commit 37d5aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/image-component/pages/responsive.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import mountains from '../public/mountains.jpg'
44

55
const Responsive = () => (
66
<div>
7-
<ViewSource pathname="pages/layout-responsive.tsx" />
7+
<ViewSource pathname="pages/responsive.tsx" />
88
<h1>Image Component With Layout Responsive</h1>
99
<Image
1010
alt="Mountains"

0 commit comments

Comments
 (0)
Please sign in to comment.