Format with prettier

This commit is contained in:
prototypa
2022-11-07 14:10:21 -05:00
parent 5d0cee673a
commit 7d8319d13a
5 changed files with 18 additions and 12 deletions

View File

@ -57,7 +57,7 @@
case 'whatsapp':
href = `https://wa.me/?text=${text}%20${url}`;
break;
case "mail":
case 'mail':
href = `mailto:?subject=%22${text}%22&body=${text}%20${url}`;
break;