Changed button layout, IRC button removed but not been placed back yet

Redesign of passwordgen page
This commit is contained in:
ndaniel1102 2021-03-09 00:28:22 +01:00
parent 28363c3721
commit ca9be0f3c3
7 changed files with 92 additions and 73 deletions

View file

@ -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()}