We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4fa73 commit 65bc0d4Copy full SHA for 65bc0d4
src/app/_components/week/weekInfo.tsx
@@ -91,7 +91,7 @@ const WeekInfo = async ({ id }: { id: string }) => {
91
</thead>
92
<tbody>
93
{week.problems.map((problem) => (
94
- <tr key={problem.id} className="text-white">
+ <tr key={problem.id} className="text-white transition duration-300 hover:scale-[1.01] hover:bg-gray-800/50 cursor-pointer">
95
<td className="py-2">
96
<a
97
href={problem.leetcodeUrl}
0 commit comments