{`${props.title.substring(0, 36)}${[...props.title].length > 36 ? "..." : ""}`} {`${props.description}${[...props.description].length > 160 ? "..." : ""}`}