Skip to content

Commit

Permalink
fixed all accessibility issues, checked all pages with Lighthouse
Browse files Browse the repository at this point in the history
  • Loading branch information
NazireAta committed Dec 10, 2024
1 parent 004b3e9 commit 2879e10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/DifficultyBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export const DifficultyBar: React.FC<DifficultyBarProps> = ({
{/* Difficulty Bar */}
<div>
<h2 className="mb-2 text-lg font-semibold">
The community finds this question <strong>{getHighestVotedDifficulty()}</strong> difficulty.
The community finds this question: <strong>{getHighestVotedDifficulty()}</strong> difficulty.
</h2>
<div className="text-sm text-gray-600 mb-2">
<span>Easy: {localCounts.easy} votes</span>,{" "}
Expand Down

0 comments on commit 2879e10

Please sign in to comment.