feat: change default question text (#199)

This commit is contained in:
Kristin Aoki
2023-01-18 12:50:26 -05:00
committed by GitHub
parent 9a8307001f
commit adb24ef9ea
7 changed files with 20 additions and 30 deletions

View File

@@ -280,7 +280,7 @@ export class OLXParser {
the parsed OLX.
*/
const tagMap = {
label: 'bold',
label: 'strong',
description: 'em',
};