chore: styles + partial ordering

This commit is contained in:
Cory Dransfeldt 2024-10-24 16:45:14 -07:00
parent 8179e5159d
commit e673492f30
No known key found for this signature in database
8 changed files with 16 additions and 8 deletions

View file

@ -9,7 +9,6 @@ export default {
return string.replace(pattern, replacement);
},
replaceQuotes: (string) => string.replace(/"/g, """),
formatNumber: (number) => number.toLocaleString("en-US"),
htmlTruncate: (content, limit = 50) =>
truncateHtml(content, limit, {
byWords: true,