mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
feature:
调整readme
This commit is contained in:
@@ -37,7 +37,6 @@ const SearchInput = ({ currentTag, currentSearch }) => {
|
||||
|
||||
return <div className='flex border dark:border-gray-600 w-full'>
|
||||
<input
|
||||
id='searchInput'
|
||||
ref={searchInputRef}
|
||||
type='text'
|
||||
placeholder={currentTag ? `${locale.SEARCH.TAGS} #${currentTag}` : `${locale.SEARCH.ARTICLES}`}
|
||||
|
||||
Reference in New Issue
Block a user