We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce309cd commit b78f706Copy full SHA for b78f706
Frontend/src/components/matching/CriteriaDisplay.jsx
@@ -30,7 +30,7 @@ const CriteriaDisplay = ({ difficulty, category }) => {
30
<Card.Title>Selected Criteria</Card.Title>
31
<Card.Text>
32
<span>
33
- Difficulty: <Badge bg={getBadgeVariant(difficulty ? difficulty : "Not Selected")}>
+ Complexity: <Badge bg={getBadgeVariant(difficulty ? difficulty : "Not Selected")}>
34
{capitalizeFirstLetter(difficulty ? difficulty : "Not Selected")}
35
</Badge>
36
<br />
0 commit comments