Skip to content

Commit

Permalink
Anna, changed 'added' color to blue to fit color scheme on the page
Browse files Browse the repository at this point in the history
  • Loading branch information
vungc authored Nov 21, 2024
1 parent 85e308d commit 2b66011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/static/js/userProfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $(document).ready(function(){
});

if (onTranscript){
displayTranscriptStatus("Added!", programID, "green");
displayTranscriptStatus("Added!", programID, "blue");
}
else {
displayTranscriptStatus("Removed!", programID, "red");
Expand Down

0 comments on commit 2b66011

Please sign in to comment.