Skip to content

Commit f9a6259

Browse files
chore: can revisit myGrades and progressbar background color
1 parent d699841 commit f9a6259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProgressBar/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export const stepCanRevisit = {
2727
[stepNames.peer]: true,
2828
[stepNames.studentTraining]: false,
2929
[stepNames.self]: false,
30-
[stepNames.myGrades]: false,
30+
[stepNames.myGrades]: true,
3131
};
3232

3333
export const ProgressBar = () => {
@@ -54,7 +54,7 @@ export const ProgressBar = () => {
5454

5555
return (
5656
<Navbar>
57-
<Navbar.Collapse className="ora-progress-nav-group">
57+
<Navbar.Collapse className="ora-progress-nav-group bg-white">
5858
<hr className="ora-progress-divider" />
5959
{stepEl(stepNames.submission)}
6060
{stepOrder.map(stepEl)}

0 commit comments

Comments
 (0)