mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
Minor style fixes, minor manual refactor
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user