mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Changed button layout, IRC button removed but not been placed back yet
Redesign of passwordgen page
This commit is contained in:
+11
-6
@@ -15,9 +15,13 @@ const links = {
|
||||
href: '/install',
|
||||
text: 'Install',
|
||||
},
|
||||
irc: {
|
||||
href: '/irc',
|
||||
text: 'IRC chat',
|
||||
manual: {
|
||||
href: '/manual',
|
||||
text: 'A script használata',
|
||||
},
|
||||
dataeditor: {
|
||||
href: '/dataeditor',
|
||||
text: 'Kérdés szerkesztő',
|
||||
},
|
||||
}
|
||||
|
||||
@@ -192,13 +196,14 @@ export default function Index(props) {
|
||||
>
|
||||
{'Összes kérdés TXT'}
|
||||
</a>
|
||||
|
||||
<a
|
||||
onClick={() => {
|
||||
/*onClick={() => {
|
||||
setAllQrSelector('json')
|
||||
}}
|
||||
className={styles.button}
|
||||
className={styles.button}*/
|
||||
>
|
||||
{'Összes kérdés JSON'}
|
||||
{/*'Összes kérdés JSON'*/}
|
||||
</a>
|
||||
</div>
|
||||
{renderMotd()}
|
||||
|
||||
Reference in New Issue
Block a user