From 2b66011acadc8548736eee7360323bd13ee58baf Mon Sep 17 00:00:00 2001 From: vungc <112138502+vungc@users.noreply.github.com> Date: Thu, 21 Nov 2024 14:28:26 -0500 Subject: [PATCH] Anna, changed 'added' color to blue to fit color scheme on the page --- app/static/js/userProfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/js/userProfile.js b/app/static/js/userProfile.js index b2daab4bc..a155c8d4f 100644 --- a/app/static/js/userProfile.js +++ b/app/static/js/userProfile.js @@ -62,7 +62,7 @@ $(document).ready(function(){ }); if (onTranscript){ - displayTranscriptStatus("Added!", programID, "green"); + displayTranscriptStatus("Added!", programID, "blue"); } else { displayTranscriptStatus("Removed!", programID, "red");