Remove article numbers

This commit is contained in:
Tanner
2020-07-04 22:38:36 +00:00
parent b0c3e9a06d
commit 3ac032b817
4 changed files with 2 additions and 15 deletions
+1 -1
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}