Minor style fixes, minor manual refactor

This commit is contained in:
mrfry 2021-03-06 15:14:28 +01:00
parent 34cc962ab4
commit 1d6cc647e9
10 changed files with 24 additions and 57 deletions

View file

@ -157,7 +157,6 @@ export default function AllQuestions({ router }) {
<input
autoFocus
placeholder="Keresés..."
className={styles.searchBar}
type="text"
value={searchTerm}
onChange={(event) => {
@ -206,7 +205,6 @@ export default function AllQuestions({ router }) {
<input
autoFocus
placeholder="Keresés..."
className={styles.searchBar}
type="text"
value={searchTerm}
onChange={(event) => {