Search Bar Home Page Component (#7013)

feat: add search bar home page component
This commit is contained in:
Ruben Lindström
2021-09-03 14:50:14 +02:00
committed by GitHub
parent 0993a2df1a
commit 7f00902d97
17 changed files with 339 additions and 72 deletions
@@ -141,7 +141,7 @@ const TechDocsSearchBar = ({
...params.InputProps,
startAdornment: (
<InputAdornment position="start">
<IconButton aria-label="Query term" disabled>
<IconButton aria-label="Query" disabled>
<SearchIcon />
</IconButton>
</InputAdornment>