refactors, dynamic constants (lol)

This commit is contained in:
mrfry
2023-03-29 19:12:41 +02:00
parent 755891710a
commit d4553896af
25 changed files with 323 additions and 312 deletions
+4 -8
View File
@@ -4,7 +4,7 @@ import { useQuery } from 'react-query'
import Header from '../components/header'
import Link from 'next/link'
import constants from '../constants.json'
import constants from '../constants'
import ExternalLinkIcon from '../components/externalLinkIcon'
import styles from './script.module.css'
@@ -102,13 +102,9 @@ export default function Script() {
<li>
Ha be vagy jelentkezve, akkor a teszt oldalakon a megoldásokat
kellene látnod egy felugró ablakban felül. Ha nem, akkor{' '}
<Link href="/faq">
GYIK
</Link>
<Link href="/faq">GYIK</Link>
-be olvass bele, vagy{' '}
<Link href="/contact">
írj üzenetet mi nem működik
</Link>
<Link href="/contact">írj üzenetet mi nem működik</Link>
</li>
</ol>
<b>Példa felugró ablakokra:</b>
@@ -161,5 +157,5 @@ export default function Script() {
</ul>
</div>
</div>
);
)
}