Skip to content

Commit f84856c

Browse files
authored
Update landing.js
1 parent 2eac61c commit f84856c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

landing.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ const renderTasks = (filteredTasks = tasks) => {
152152
// Priority circle styles
153153
const priorityColors = {
154154
low: "green",
155-
medium: "yellow",
155+
medium: "blue",
156156
high: "red"
157157
};
158158

0 commit comments

Comments
 (0)