Skip to content

Commit f6ee930

Browse files
committed
Merge branch 'ty/scrum-159-timetable-limit' of https://github.com/UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into ty/scrum-159-timetable-limit
2 parents fe9185d + 369af7d commit f6ee930

File tree

1 file changed

+3
-1
lines changed
  • course-matrix/frontend/src/pages/Home

1 file changed

+3
-1
lines changed

course-matrix/frontend/src/pages/Home/Home.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,9 @@ const Home = () => {
131131

132132
<h1
133133
className={`${
134-
count >= 25 ? "text-sm font-bold text-red-500" : "text-sm font-normal text-black"
134+
count >= 25
135+
? "text-sm font-bold text-red-500"
136+
: "text-sm font-normal text-black"
135137
}`}
136138
>
137139
{" "}

0 commit comments

Comments
 (0)