diff --git a/components/SearchInput.js b/components/SearchInput.js index 85161e0c..94c162dc 100644 --- a/components/SearchInput.js +++ b/components/SearchInput.js @@ -37,12 +37,12 @@ const SearchInput = ({ currentTag, currentSearch }) => { setSearchKey(val) } - return
+ return
updateSearchKey(e.target.value)} defaultValue={currentSearch} diff --git a/components/StickyBar.js b/components/StickyBar.js index dcfee33a..dce840ff 100644 --- a/components/StickyBar.js +++ b/components/StickyBar.js @@ -8,7 +8,7 @@ const StickyBar = ({ children }) => { if (!children) return <> return ( -