chore: update tags

This commit is contained in:
Cory Dransfeldt 2024-06-18 19:18:13 -07:00
parent d2d358c758
commit 037a13737f
No known key found for this signature in database
3 changed files with 8 additions and 7 deletions

View file

@ -12,7 +12,8 @@ const tagsToHashtags = (tags) => {
'css': 'CSS',
'ios': 'iOS',
'javascript': 'JavaScript',
'macos': 'macOS'
'macos': 'macOS',
'tv': 'TV'
}
if (wordMap[normalizedWord]) return wordMap[normalizedWord]
return word.charAt(0).toUpperCase() + word.slice(1)