Skip to content

Commit 369af7d

Browse files
kevin-lanngithub-actions[bot]
authored andcommitted
Auto-formatted the code using Prettier
1 parent 685ccc8 commit 369af7d

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
@@ -49,7 +49,9 @@ const Home = () => {
4949

5050
<h1
5151
className={`${
52-
count >= 25 ? "text-sm font-bold text-red-500" : "text-sm font-normal text-black"
52+
count >= 25
53+
? "text-sm font-bold text-red-500"
54+
: "text-sm font-normal text-black"
5355
}`}
5456
>
5557
{" "}

0 commit comments

Comments
 (0)