diff options
| author | madelinegr <monika_hedman@brown.edu> | 2019-06-11 15:28:51 -0400 |
|---|---|---|
| committer | madelinegr <monika_hedman@brown.edu> | 2019-06-11 15:28:51 -0400 |
| commit | fc1290b614eeda0f99bb857b1a264dc0fc344674 (patch) | |
| tree | 84cc7859f9d50d347d323a31585ebf87536d0b11 /src/client/views/search/SearchBox.tsx | |
| parent | 5c3580902a63f7321c08065188f42c1874d399ad (diff) | |
big icon changes coming
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index 836062af6..e9146a6d1 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -255,6 +255,7 @@ export class SearchBox extends React.Component { temp for filtering where in doc the keywords are found </div> </div> + <button className = "reset-filter">Reset Filters</button> </div> ) : undefined} </div> |
