Skip to content

Commit 4c0b760

Browse files
committed
update naming
1 parent 86b3af3 commit 4c0b760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/browse/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Browse = ({ session }) => {
7979
{service?.description?.slice(cutOffIndex).trimStart()}
8080
</Markdown>
8181
)}
82-
truncatedLength={cutOffIndex}
82+
truncateAt={cutOffIndex}
8383
item={service}
8484
withButtonLink={true}
8585
buttonLink={service.href}

0 commit comments

Comments
 (0)