From 2d49d37cbcfd58b822b687944a1f58c3db9e5a64 Mon Sep 17 00:00:00 2001 From: Zigao Wang Date: Mon, 25 Mar 2024 19:00:17 +0800 Subject: [PATCH] Update script.js --- script.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/script.js b/script.js index 6c92273..2d819e1 100644 --- a/script.js +++ b/script.js @@ -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.", @@ -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.", @@ -548,4 +546,4 @@ document.getElementById('delete-photo').addEventListener('click', function() { document.getElementById('set-name').addEventListener('click', function() { // Logic for setting user name -}); \ No newline at end of file +});