Skip to content

Commit 059de3f

Browse files
authored
chore: remove service count from search placeholder (#309)
1 parent 4f628f9 commit 059de3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/ServicesPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ function SearchWithDropdown({
405405
onInputFocus?.();
406406
}}
407407
onKeyDown={handleKeyDown}
408-
placeholder={`Search ${services.length} services...`}
408+
placeholder="Search services..."
409409
style={{
410410
width: "100%",
411411
padding: `0.4rem ${onDismiss && resultCount != null ? "5rem" : onDismiss ? "2rem" : "0.6rem"} 0.4rem 2rem`,
@@ -1171,7 +1171,7 @@ export function ServicesPage() {
11711171
marginTop: "-0.5rem",
11721172
}}
11731173
>
1174-
Use MPP-enabled APIs seamlessly with your agents.
1174+
Use MPP-enabled APIs seamlessly with your agent.
11751175
</p>
11761176
</div>
11771177
<div className="page-header-ctas" style={{ display: "none" }} />

0 commit comments

Comments
 (0)