We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f628f9 commit 059de3fCopy full SHA for 059de3f
1 file changed
src/components/ServicesPage.tsx
@@ -405,7 +405,7 @@ function SearchWithDropdown({
405
onInputFocus?.();
406
}}
407
onKeyDown={handleKeyDown}
408
- placeholder={`Search ${services.length} services...`}
+ placeholder="Search services..."
409
style={{
410
width: "100%",
411
padding: `0.4rem ${onDismiss && resultCount != null ? "5rem" : onDismiss ? "2rem" : "0.6rem"} 0.4rem 2rem`,
@@ -1171,7 +1171,7 @@ export function ServicesPage() {
1171
marginTop: "-0.5rem",
1172
1173
>
1174
- Use MPP-enabled APIs seamlessly with your agents.
+ Use MPP-enabled APIs seamlessly with your agent.
1175
</p>
1176
</div>
1177
<div className="page-header-ctas" style={{ display: "none" }} />
0 commit comments