We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afac864 commit 1ca99a4Copy full SHA for 1ca99a4
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