Skip to content

Commit b5a9226

Browse files
author
shavonneg
committed
Change phrasing of div
1 parent 3b42609 commit b5a9226

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

frontend/src/app/dashboard/_components/FindMatch/ConfigurationPanel.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ export default function ConfigurationPanel({
8585
variant={collapseDifficulties ? "soft" : "outline"}
8686
>
8787
<div className="flex flex-row justify-between w-full">
88-
<span>Select difficulties</span>
88+
<span>Select difficulty</span>
8989
<CaretDownIcon
9090
className={cn(
9191
"w-6 h-6",
@@ -128,7 +128,6 @@ export default function ConfigurationPanel({
128128
))}
129129
</RadioGroup>
130130

131-
132131
</div>
133132
<Button
134133
onClick={() => setCollapseTopics(!collapseTopics)}

0 commit comments

Comments
 (0)