mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Header changes
This commit is contained in:
@@ -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 />
|
||||
|
||||
Reference in New Issue
Block a user