Update assets/javascript/modes.js
All checks were successful
/ ls (release) Successful in 57s
/ ls (push) Successful in 1m23s

This commit is contained in:
lubiana 2025-07-14 20:07:51 +00:00
parent 7897621621
commit e48ab7cfcd

View file

@ -42,7 +42,7 @@ function createExtraSparkles() {
'🍆', '🥒', '🍌', '💦', '👀', '😉', '😌', '😍', '🥰', '😘', '🍆', '🥒', '🍌', '💦', '👀', '😉', '😌', '😍', '🥰', '😘',
'😚', '😋', '😏', '😫', '😩', '🥺', '🥵', '🥴', '😚', '😋', '😏', '😫', '😩', '🥺', '🥵', '🥴',
'💖', '💗', '💕', '💞', '💓', '💗', '💖', '💘', '💝', '💖', '💗', '💕', '💞', '💓', '💗', '💖', '💘', '💝',
'💋', '💏', '💑' '💋', '💏', '💑', '🌽', '🌽', '💦',
]; ];
const sparkle = document.createElement('div'); const sparkle = document.createElement('div');
sparkle.className = 'emoji-footprint'; sparkle.className = 'emoji-footprint';
@ -73,7 +73,7 @@ function createSlayEffects() {
const slayWords = [ const slayWords = [
'SLAY', 'QUEEN', 'FABULOUS', 'ICONIC', 'LEGENDARY', 'STUNNING', 'GORGEOUS', 'FLAWLESS', 'SLAY', 'QUEEN', 'FABULOUS', 'ICONIC', 'LEGENDARY', 'STUNNING', 'GORGEOUS', 'FLAWLESS',
'DAZZLING', 'RADIANT', 'BREATHTAKING', 'EXQUISITE', 'DIVINE', 'HOT', 'SEXY', 'SMOOTH', 'DAZZLING', 'RADIANT', 'BREATHTAKING', 'EXQUISITE', 'DIVINE', 'HOT', 'SEXY', 'SMOOTH',
'xoxo', 'xoxo', 'blåhaj'
]; ];
const slayElement = document.createElement('div'); const slayElement = document.createElement('div');
slayElement.className = 'slay-text'; slayElement.className = 'slay-text';