Skip to content

Commit

Permalink
experience intro text character length reduce to 140 from 200 previously
Browse files Browse the repository at this point in the history
  • Loading branch information
mauryakrishna committed Apr 8, 2021
1 parent 199182f commit f5af716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getexperienceintrotext.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Node } from 'slate';

const FEATURED_TEXT_LENGTH = 200;
const FEATURED_TEXT_LENGTH = 140;

const serialize = nodes => {
let text = ""
Expand Down

0 comments on commit f5af716

Please sign in to comment.