diff options
author | 2021-08-23 11:53:44 -0700 | |
---|---|---|
committer | 2021-08-23 14:53:44 -0400 | |
commit | e03f39a1b3e8e80a321d26c5dc8a913955d9a46e (patch) | |
tree | 8c2b44534d1674af7d9f26fc7a038cebe3d1d128 /docs/src/components/Header/Search.tsx | |
parent | d51e0f4fef5a19eb82c2e02c41578bd908b39720 (diff) | |
download | astro-e03f39a1b3e8e80a321d26c5dc8a913955d9a46e.tar.gz astro-e03f39a1b3e8e80a321d26c5dc8a913955d9a46e.tar.zst astro-e03f39a1b3e8e80a321d26c5dc8a913955d9a46e.zip |
fix the rtl search bar view (#1177)
Diffstat (limited to 'docs/src/components/Header/Search.tsx')
-rw-r--r-- | docs/src/components/Header/Search.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/Header/Search.tsx b/docs/src/components/Header/Search.tsx index a1684e49f..5f05f744f 100644 --- a/docs/src/components/Header/Search.tsx +++ b/docs/src/components/Header/Search.tsx @@ -51,7 +51,7 @@ export default function Search() { strokeLinejoin="round" /> </svg> - <span>Search</span> + <span className="search-placeholder">Search</span> <span className="search-hint"> <span className="sr-only">Press </span> <kbd>/</kbd> |