Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaoWang authored Mar 25, 2024
1 parent 3c17151 commit 2d49d37
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const quotes = [
"Good things take time.",
"Your vibe attracts your tribe.",
"Stay hungry, stay foolish.",
"Stay curious.",
"Be yourself, unapologetically.",
"Embrace the journey.",
"Shine your light.",
Expand Down Expand Up @@ -185,7 +184,6 @@ const quotes = [
"Stay positive, be kind.",
"Dream big. Work hard.",
"Make it happen.",
"Stay focused, stay humble.",
"Take chances, be brave.",
"Choose joy, be happy.",
"You're stronger than you know.",
Expand Down Expand Up @@ -548,4 +546,4 @@ document.getElementById('delete-photo').addEventListener('click', function() {

document.getElementById('set-name').addEventListener('click', function() {
// Logic for setting user name
});
});

0 comments on commit 2d49d37

Please sign in to comment.