Update assets/javascript/modes.js
This commit is contained in:
parent
7897621621
commit
e48ab7cfcd
1 changed files with 2 additions and 2 deletions
|
@ -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';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue