We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eca533 commit 68234f3Copy full SHA for 68234f3
1 file changed
frontend/src/components/ProblemCard.tsx
@@ -63,6 +63,7 @@ export default function ProblemCard({ problem }: { problem: Problem }) {
63
</span>
64
)}
65
<h3 className="text-lg font-semibold text-white truncate group-hover:text-primary-400 transition-colors">
66
+ <span className="text-dark-500 font-mono text-sm mr-1.5">#{problem.id}</span>
67
{problem.title}
68
</h3>
69
</div>
0 commit comments