Skip to content

Commit b25072f

Browse files
committed
add strings topic to matching UI
1 parent 1872338 commit b25072f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

feature-matching-ui/frontend/src/components/match/TopicSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default function TopicSelector({
2323
"Two Pointers",
2424
"Sorting",
2525
"Recursion",
26+
"Strings"
2627
]
2728

2829
const [showLimitPopup, setShowLimitPopup] = useState(false)

0 commit comments

Comments
 (0)