Closed alcpereira closed 3 months ago
Some bullet point were added directly as a character in the data.json, we should have a better way to do it.
data.json
Feel free to suggest ideas!
lines: string[]
lines: { text: string; bulletPoint?: boolean }[]
I'll take on this one
Description
Some bullet point were added directly as a character in the
data.json
, we should have a better way to do it.Feel free to suggest ideas!
data.json
? For examplelines: string[]
would becomelines: { text: string; bulletPoint?: boolean }[]
ACs
data.json
and types