forked from phc/tutorato
1
0
Fork 0

Secondo me mancavano un paio di virgolette

Fenu 1 year ago
parent 517ffde903
commit 1a30e97457

@ -40,7 +40,7 @@ function upperFirst(string) {
) : type === 'telegram' ? (
<a href={`https://t.me/${value}`}>{value}</a>
) : type === 'website' ? (
<a href={value}>{value}</a>
<a href={`value`}>{value}</a>
) : (
value
)}

Loading…
Cancel
Save