Skip to content

Commit 114e64c

Browse files
committed
update input placeholder
1 parent 3e1c20c commit 114e64c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/search/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export function Search({path, autoFocus, searchPlatforms = []}: Props) {
253253
<div className={styles['input-wrapper']}>
254254
<input
255255
type="text"
256-
placeholder="Search Docs"
256+
placeholder="Search or ask a question"
257257
aria-label="Search"
258258
className={styles['search-input']}
259259
value={query}

src/components/search/search.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
appearance: none;
6161
padding: 0.25rem 0.75rem;
6262
// leave space for the hotkey icon
63-
padding-right: 2.5rem;
63+
padding-right: 3rem;
6464
font-size: 0.9rem;
6565
line-height: 1.8;
6666
border-radius: 0.25rem;

0 commit comments

Comments
 (0)