Try 100 chars instead
This commit is contained in:
parent
5606bf665c
commit
894c93d87e
|
@ -92,7 +92,7 @@ export function getHtml(parsedReq: ParsedRequest) {
|
|||
creatorUsername,
|
||||
creatorAvatarUrl,
|
||||
} = parsedReq
|
||||
const MAX_QUESTION_CHARS = 120
|
||||
const MAX_QUESTION_CHARS = 100
|
||||
const truncatedQuestion = question.length > MAX_QUESTION_CHARS
|
||||
? question.slice(0, MAX_QUESTION_CHARS) + '...'
|
||||
: question
|
||||
|
|
Loading…
Reference in New Issue
Block a user