From 2879e104a1476506faf69be800e9b631e9348700 Mon Sep 17 00:00:00 2001 From: Nazire Date: Tue, 10 Dec 2024 11:23:12 +0300 Subject: [PATCH] fixed all accessibility issues, checked all pages with Lighthouse --- frontend/src/components/DifficultyBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/DifficultyBar.tsx b/frontend/src/components/DifficultyBar.tsx index bafd92b1..80f6125b 100644 --- a/frontend/src/components/DifficultyBar.tsx +++ b/frontend/src/components/DifficultyBar.tsx @@ -107,7 +107,7 @@ export const DifficultyBar: React.FC = ({ {/* Difficulty Bar */}

- The community finds this question {getHighestVotedDifficulty()} difficulty. + The community finds this question: {getHighestVotedDifficulty()} difficulty.

Easy: {localCounts.easy} votes,{" "}