Skip to content

Commit 7659353

Browse files
generalize examples
1 parent 19d8ad9 commit 7659353

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/web/src/app/[domain]/components/searchBar/searchAssistBox.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ import Link from "next/link";
1515
const SEARCH_ASSIST_DOCS_URL = "https://docs.sourcebot.dev/docs/features/search/ai-search-assist";
1616

1717
const EXAMPLES = [
18-
"Find next versions less than 15",
19-
"Find log4j versions 2.3.x or lower",
20-
"Find all todo comments",
18+
"Find console.log statements",
19+
"Find todo comments",
20+
"Find hardcoded API keys or secrets",
2121
];
2222

2323
interface SearchAssistBoxProps {

0 commit comments

Comments
 (0)