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 3b42609 commit b5a9226Copy full SHA for b5a9226
frontend/src/app/dashboard/_components/FindMatch/ConfigurationPanel.tsx
@@ -85,7 +85,7 @@ export default function ConfigurationPanel({
85
variant={collapseDifficulties ? "soft" : "outline"}
86
>
87
<div className="flex flex-row justify-between w-full">
88
- <span>Select difficulties</span>
+ <span>Select difficulty</span>
89
<CaretDownIcon
90
className={cn(
91
"w-6 h-6",
@@ -128,7 +128,6 @@ export default function ConfigurationPanel({
128
))}
129
</RadioGroup>
130
131
-
132
</div>
133
<Button
134
onClick={() => setCollapseTopics(!collapseTopics)}
0 commit comments