Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gaerae authored Jan 10, 2020
1 parent 357e99a commit d398b63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ FacebookContestWinner = {
let winnerIndex = 0;
let winnerIDs = [];
if (type == 'auto') {
console.log("%c 🎉 Front Runner!", "font-weight: bold; font-size: 30px; color: red; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)");
// clear();
console.log("%c 📑 Final Candidate List!", "font-weight: bold; font-size: 20px; color: #db178a;");
} else {
console.log("%c 🎉 Winners!", "font-weight: bold; font-size: 50px; color: red; text-shadow: 3px 3px 0 rgb(217,31,38) , 6px 6px 0 rgb(226,91,14) , 9px 9px 0 rgb(245,221,8) , 12px 12px 0 rgb(5,148,68) , 15px 15px 0 rgb(2,135,206) , 18px 18px 0 rgb(4,77,145) , 21px 21px 0 rgb(42,21,113)");
}
Expand Down

0 comments on commit d398b63

Please sign in to comment.