Skip to content

Commit 9bff78f

Browse files
authored
Merge pull request #56 from sharetribe/listing-card-docs-updates
Simplify ListingCard link for maintainability
2 parents e188bfd + 110d700 commit 9bff78f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/template/performance/how-to-improve-performance

content/template/performance/how-to-improve-performance/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ not visible inside an initially rendered part of the screen. Lazy
8484
loading these off-screen images can be done with a helper function:
8585
`lazyLoadWithDimensions` (from _util/contextHelpers/_). For an example
8686
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).
87+
[ListingCard component](https://github.com/sharetribe/web-template/blob/main/src/components/ListingCard/ListingCard.js).
8888

8989
## Use sparse attributes
9090

0 commit comments

Comments
 (0)