Remove article numbers

This commit is contained in:
2020-07-04 22:38:36 +00:00
parent 72d4a68929
commit eb1137299d
4 changed files with 2 additions and 15 deletions

View File

@@ -37,7 +37,7 @@ class Search extends Component {
<span className='search'>
<form onSubmit={this.searchAgain}>
<input
placeholder='Search...'
placeholder='Search... (fixed)'
value={search}
onChange={this.searchArticles}
ref={this.inputRef}