Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
felluksch committed Nov 24, 2021
1 parent 6109a63 commit 78bc670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const app = {

// CONSTANTS
colorGradient: ['#ffffcc', '#ffeda0', '#fed976', '#feb24c', '#fd8d3c', '#fc4e2a', '#e31a1c', '#bd0026', '#800026'],
grades: grades = [0, 5, 10, 15, 20, 25, 30, 35, 40],
grades: [0, 5, 10, 15, 20, 25, 30, 35, 40],

// DRIVER FUNCTION
run() {
Expand Down

0 comments on commit 78bc670

Please sign in to comment.