We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e188bfd + 110d700 commit 9bff78fCopy full SHA for 9bff78f
1 file changed
content/template/performance/how-to-improve-performance/index.mdx
@@ -84,7 +84,7 @@ not visible inside an initially rendered part of the screen. Lazy
84
loading these off-screen images can be done with a helper function:
85
`lazyLoadWithDimensions` (from _util/contextHelpers/_). For an example
86
how to use the helper function, see the
87
-[ListingCard component](https://github.com/sharetribe/web-template/blob/main/src/components/ListingCard/ListingCard.js#L41).
+[ListingCard component](https://github.com/sharetribe/web-template/blob/main/src/components/ListingCard/ListingCard.js).
88
89
## Use sparse attributes
90
0 commit comments