mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Header changes
This commit is contained in:
parent
b9248f2699
commit
e935de7e78
10 changed files with 39 additions and 22 deletions
|
@ -32,6 +32,7 @@ export default function Feedback(props) {
|
|||
<div className={styles.inputArea}>
|
||||
<div className={styles.textTitle}>{params.text}</div>
|
||||
<textarea
|
||||
autoFocus={params.autoFocus}
|
||||
onChange={(e) => params.onChange(e)}
|
||||
value={form[params.name] || ''}
|
||||
className={styles.feedback}
|
||||
|
@ -159,6 +160,7 @@ export default function Feedback(props) {
|
|||
text: 'Rövid leírás',
|
||||
name: 'description',
|
||||
onChange: onChange,
|
||||
autoFocus: true,
|
||||
})}
|
||||
<div className={styles.desc}>
|
||||
Főoldalon lesz rá válasz MOTD-ben, amit csak te látsz (ha kell rá
|
||||
|
@ -235,7 +237,7 @@ export default function Feedback(props) {
|
|||
return (
|
||||
<div>
|
||||
<Head>
|
||||
<title>Qmining - Feedback</title>
|
||||
<title>Qmining - Feedback | Frylabs.net</title>
|
||||
</Head>
|
||||
<Button text="IRC chat" href="/irc" />
|
||||
<p />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue