mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Minor style fixes, minor manual refactor
This commit is contained in:
parent
34cc962ab4
commit
1d6cc647e9
10 changed files with 24 additions and 57 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue