mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-07-28 23:09:51 +00:00
Fixed Apostrophe
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -65,7 +65,7 @@ export default class ProfileCard extends Card {
|
||||
)
|
||||
|
||||
this.title = `${encodeHTML(this.username)}${
|
||||
['x', 's'].includes(this.username.slice(-1)) ? '' : 's'
|
||||
['x', 's'].includes(this.username.slice(-1)) ? '\'' : '\'s'
|
||||
} Code::Stats Profile`
|
||||
|
||||
const textColor = getColor('text_color', options.text_color, options.theme)
|
||||
|
Reference in New Issue
Block a user