From 9a0e0e0ecebe934515ddf62dbae7c0c1b4abb3cc Mon Sep 17 00:00:00 2001 From: Simon Chen Date: Thu, 13 Dec 2018 14:50:38 -0500 Subject: [PATCH] Update the color of the alert from red to yellow --- src/components/Gradebook/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Gradebook/index.jsx b/src/components/Gradebook/index.jsx index f0cb043..60ef227 100644 --- a/src/components/Gradebook/index.jsx +++ b/src/components/Gradebook/index.jsx @@ -255,7 +255,7 @@ export default class Gradebook extends React.Component {

Gradebook

{this.props.match.params.courseId}

{ this.props.areGradesFrozen && -
+
The grades for this course are now frozen. Editing of grades is no longer allowed.
}