We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44974a3 + 1ca99a4 commit 47eef43Copy full SHA for 47eef43
1 file changed
src/components/common/Card.js
@@ -42,7 +42,7 @@ export const Card = ({ id, title, description, colorPref }) => (
42
<>
43
<p>
44
{String(description)
45
- .substr(0, 33)
+ .substring(0, 33)
46
.trim()}
47
...
48
</p>
0 commit comments