Fixed styling error in newest "I'm a" text

This commit is contained in:
2026-06-10 07:55:58 +01:00
parent dd5d400282
commit 615716d72e

View File

@ -18,7 +18,7 @@ const imaTexts = shuffle([
'I\'m an $ice skater', 'I\'m an $ice skater',
'I\'m a $masochist', 'I\'m a $masochist',
'I\'m a $professional alcoholic', 'I\'m a $professional alcoholic',
'I\'m a Vim addict' 'I\'m a $Vim addict'
]); ]);
function shuffle(array) { function shuffle(array) {