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.
1 parent 86b3af3 commit 4c0b760Copy full SHA for 4c0b760
pages/browse/index.js
@@ -79,7 +79,7 @@ const Browse = ({ session }) => {
79
{service?.description?.slice(cutOffIndex).trimStart()}
80
</Markdown>
81
)}
82
- truncatedLength={cutOffIndex}
+ truncateAt={cutOffIndex}
83
item={service}
84
withButtonLink={true}
85
buttonLink={service.href}
0 commit comments