chore: update tags
This commit is contained in:
parent
d2d358c758
commit
037a13737f
3 changed files with 8 additions and 7 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue